Class OperationListResult

java.lang.Object
com.azure.resourcemanager.digitaltwins.models.OperationListResult

public final class OperationListResult extends Object
A list of DigitalTwins service operations. It contains a list of operations and a URL link to get the next set of results.
  • Constructor Details

    • OperationListResult

      public OperationListResult()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of DigitalTwins description objects.
      Returns:
      the nextLink value.
    • withNextLink

      public OperationListResult withNextLink(String nextLink)
      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

      public List<OperationInner> 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.