Class OperationListResult
- java.lang.Object
-
- com.azure.resourcemanager.search.models.OperationListResult
-
public final class OperationListResult extends Object
The result of the request to list REST API operations. It contains a list of operations and a URL to get the next set of results.
-
-
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 URL to get the next set of operation list results, if any.voidvalidate()Validates the instance.List<OperationInner>value()Get the value property: The list of operations supported by the resource provider.
-
-
-
Method Detail
-
value
public List<OperationInner> value()
Get the value property: The list of operations supported by the resource provider.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of operation list results, if any.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-