DiskList Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. DiskList
- com.
public final class DiskList
The response of a list operation.
Constructor Summary
| Constructor | Description |
|---|---|
| DiskList() |
Creates an instance of Disk |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Disk |
value()
Get the value property: Results of the list operation. |
|
Disk |
withNextLink(String nextLink)
Set the next |
|
Disk |
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:
validate
public void validate()
Validates the instance.
value
public List<DiskInner> value()
Get the value property: Results of the list operation.
Returns:
withNextLink
public DiskList withNextLink(String nextLink)
Set the nextLink property: Link for next set of results.
Parameters:
Returns:
withValue
public DiskList withValue(List<DiskInner> value)
Set the value property: Results of the list operation.
Parameters:
Returns: