OperationList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. OperationList
- com.
Implements
public final class OperationList
implements JsonSerializable<OperationList>
Result of the request to list REST API operations. It contains a 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: List of operations supported by the resource provider. |
|
Operation |
withNextLink(String nextLink)
Set the next |
|
Operation |
withValue(List<OperationInner> value)
Set the value property: List of operations supported by the resource provider. |
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: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<OperationInner> value()
Get the value property: List of operations supported by the resource provider.
Returns:
withNextLink
public OperationList withNextLink(String nextLink)
Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Parameters:
Returns:
withValue
public OperationList withValue(List<OperationInner> value)
Set the value property: List of operations supported by the resource provider.
Parameters:
Returns: