OperationsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. OperationsListResult
- com.
Implements
public final class OperationsListResult
implements JsonSerializable<OperationsListResult>
Result of the List Operations operation.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationsListResult() |
Creates an instance of Operations |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operations |
fromJson(JsonReader jsonReader)
Reads an instance of Operations |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Operation |
value()
Get the value property: A collection of operations. |
|
Operations |
withValue(List<OperationInner> value)
Set the value property: A collection of operations. |
Methods inherited from java.lang.Object
Constructor Details
OperationsListResult
public OperationsListResult()
Creates an instance of OperationsListResult class.
Method Details
fromJson
public static OperationsListResult fromJson(JsonReader jsonReader)
Reads an instance of OperationsListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<OperationInner> value()
Get the value property: A collection of operations.
Returns:
withValue
public OperationsListResult withValue(List<OperationInner> value)
Set the value property: A collection of operations.
Parameters:
Returns: