OperationEntityListResult Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. OperationEntityListResult
- com.
Implements
public final class OperationEntityListResult
implements JsonSerializable<OperationEntityListResult>
The list of bot service operation response.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationEntityListResult() |
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: The list of operations. |
|
Operation |
withNextLink(String nextLink)
Set the next |
|
Operation |
withValue(List<OperationEntityInner> value)
Set the value property: The list of operations. |
Methods inherited from java.lang.Object
Constructor Details
OperationEntityListResult
public OperationEntityListResult()
Creates an instance of OperationEntityListResult class.
Method Details
fromJson
public static OperationEntityListResult fromJson(JsonReader jsonReader)
Reads an instance of OperationEntityListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of operations.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<OperationEntityInner> value()
Get the value property: The list of operations.
Returns:
withNextLink
public OperationEntityListResult withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of operations.
Parameters:
Returns:
withValue
public OperationEntityListResult withValue(List<OperationEntityInner> value)
Set the value property: The list of operations.
Parameters:
Returns: