DiskList Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. DiskList
- com.
Implements
public final class DiskList
implements JsonSerializable<DiskList>
The List Disks operation response.
Constructor Summary
| Constructor | Description |
|---|---|
| DiskList() |
Creates an instance of Disk |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Disk |
fromJson(JsonReader jsonReader)
Reads an instance of Disk |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Disk |
value()
Get the value property: The Disk items on this page. |
|
Disk |
withNextLink(String nextLink)
Set the next |
|
Disk |
withValue(List<DiskInner> value)
Set the value property: The Disk items on this page. |
Methods inherited from java.lang.Object
Constructor Details
DiskList
public DiskList()
Creates an instance of DiskList class.
Method Details
fromJson
public static DiskList fromJson(JsonReader jsonReader)
Reads an instance of DiskList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DiskInner> value()
Get the value property: The Disk items on this page.
Returns:
withNextLink
public DiskList withNextLink(String nextLink)
Set the nextLink property: The link to the next page of items.
Parameters:
Returns:
withValue
public DiskList withValue(List<DiskInner> value)
Set the value property: The Disk items on this page.
Parameters:
Returns: