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