OperationList Class
- java.
lang. Object - com.
azure. resourcemanager. azurestack. models. OperationList
- com.
Implements
public final class OperationList
implements JsonSerializable<OperationList>
List of Operations.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationList() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Operation |
value()
Get the value property: Array of operations. |
|
Operation |
withNextLink(String nextLink)
Set the next |
|
Operation |
withValue(List<OperationInner> value)
Set the value property: Array of operations. |
Methods inherited from java.lang.Object
Constructor Details
OperationList
public OperationList()
Creates an instance of OperationList class.
Method Details
fromJson
public static OperationList fromJson(JsonReader jsonReader)
Reads an instance of OperationList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URI to the next page of operations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<OperationInner> value()
Get the value property: Array of operations.
Returns:
withNextLink
public OperationList withNextLink(String nextLink)
Set the nextLink property: URI to the next page of operations.
Parameters:
Returns:
withValue
public OperationList withValue(List<OperationInner> value)
Set the value property: Array of operations.
Parameters:
Returns: