Class OperationListResult
java.lang.Object
com.azure.resourcemanager.digitaltwins.models.OperationListResult
A list of DigitalTwins service operations. It contains a list of operations and a URL link to get the next set of
results.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: The link used to get the next page of DigitalTwins description objects.void
validate()
Validates the instance.value()
Get the value property: A list of DigitalTwins operations supported by the Microsoft.DigitalTwins resource provider.withNextLink
(String nextLink) Set the nextLink property: The link used to get the next page of DigitalTwins description objects.
-
Constructor Details
-
OperationListResult
public OperationListResult()
-
-
Method Details
-
nextLink
Get the nextLink property: The link used to get the next page of DigitalTwins description objects.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The link used to get the next page of DigitalTwins description objects.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the OperationListResult object itself.
-
value
Get the value property: A list of DigitalTwins operations supported by the Microsoft.DigitalTwins resource provider.- Returns:
- the value value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-