OperationList Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. OperationList
- com.
Implements
public final class OperationList
implements JsonSerializable<OperationList>
Operation Collection.
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: List of operations. |
|
Operation |
withNextLink(String nextLink)
Set the next |
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: Link for the next set of operations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<OperationInner> value()
Get the value property: List of operations.
Returns:
withNextLink
public OperationList withNextLink(String nextLink)
Set the nextLink property: Link for the next set of operations.
Parameters:
Returns: