DiskList Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.DiskList

public final class DiskList

The response of a list operation.

Constructor Summary

Constructor Description
DiskList()

Creates an instance of DiskList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link for next set of results.

void validate()

Validates the instance.

List<DiskInner> value()

Get the value property: Results of the list operation.

DiskList withNextLink(String nextLink)

Set the nextLink property: Link for next set of results.

DiskList withValue(List<DiskInner> value)

Set the value property: Results of the list operation.

Methods inherited from java.lang.Object

Constructor Details

DiskList

public DiskList()

Creates an instance of DiskList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link for next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<DiskInner> value()

Get the value property: Results of the list operation.

Returns:

the value value.

withNextLink

public DiskList withNextLink(String nextLink)

Set the nextLink property: Link for next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the DiskList object itself.

withValue

public DiskList withValue(List<DiskInner> value)

Set the value property: Results of the list operation.

Parameters:

value - the value value to set.

Returns:

the DiskList object itself.

Applies to