Class OperationsListResult
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.OperationsListResult
-
public final class OperationsListResult extends Object
Result of the List Operations operation.
-
-
Constructor Summary
Constructors Constructor Description OperationsListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<OperationInner>value()Get the value property: A collection of operations.OperationsListResultwithValue(List<OperationInner> value)Set the value property: A collection of operations.
-
-
-
Method Detail
-
value
public List<OperationInner> value()
Get the value property: A collection of operations.- Returns:
- the value value.
-
withValue
public OperationsListResult withValue(List<OperationInner> value)
Set the value property: A collection of operations.- Parameters:
value- the value value to set.- Returns:
- the OperationsListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-