Class OperationListResult
- java.lang.Object
-
- com.azure.resourcemanager.containerinstance.models.OperationListResult
-
public final class OperationListResult extends Object
The operation list response that contains all operations for Azure Container Instance service.
-
-
Constructor Summary
Constructors Constructor Description OperationListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URI to fetch the next page of operations.voidvalidate()Validates the instance.List<Operation>value()Get the value property: The list of operations.OperationListResultwithNextLink(String nextLink)Set the nextLink property: The URI to fetch the next page of operations.OperationListResultwithValue(List<Operation> value)Set the value property: The list of operations.
-
-
-
Method Detail
-
value
public List<Operation> value()
Get the value property: The list of operations.- Returns:
- the value value.
-
withValue
public OperationListResult withValue(List<Operation> value)
Set the value property: The list of operations.- Parameters:
value- the value value to set.- Returns:
- the OperationListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of operations.- Returns:
- the nextLink value.
-
withNextLink
public OperationListResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of operations.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the OperationListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-