OperationsList Class
- java.
lang. Object - com.
azure. resourcemanager. quantum. models. OperationsList
- com.
Implements
public final class OperationsList
implements JsonSerializable<OperationsList>
Lists the operations available.
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: Array of operations. |
|
Operations |
withNextLink(String nextLink)
Set the next |
|
Operations |
withValue(List<OperationInner> value)
Set the value property: Array of operations. |
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: Url to follow for getting 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 OperationsList withNextLink(String nextLink)
Set the nextLink property: Url to follow for getting next page of operations.
Parameters:
Returns:
withValue
public OperationsList withValue(List<OperationInner> value)
Set the value property: Array of operations.
Parameters:
Returns: