InstanceList Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. InstanceList
- com.
Implements
public final class InstanceList
implements JsonSerializable<InstanceList>
List of Instances.
Constructor Summary
| Constructor | Description |
|---|---|
| InstanceList() |
Creates an instance of Instance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Instance |
fromJson(JsonReader jsonReader)
Reads an instance of Instance |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Instance |
value()
Get the value property: List of Instances. |
|
Instance |
withNextLink(String nextLink)
Set the next |
|
Instance |
withValue(List<InstanceInner> value)
Set the value property: List of Instances. |
Methods inherited from java.lang.Object
Constructor Details
InstanceList
public InstanceList()
Creates an instance of InstanceList class.
Method Details
fromJson
public static InstanceList fromJson(JsonReader jsonReader)
Reads an instance of InstanceList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of Instances list.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<InstanceInner> value()
Get the value property: List of Instances.
Returns:
withNextLink
public InstanceList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of Instances list.
Parameters:
Returns:
withValue
public InstanceList withValue(List<InstanceInner> value)
Set the value property: List of Instances.
Parameters:
Returns: