java.lang.Object
com.azure.resourcemanager.hybridkubernetes.models.OperationList

public final class OperationList extends Object
The paginated list of connected cluster API operations.
  • Constructor Details

    • OperationList

      public OperationList()
      Creates an instance of OperationList class.
  • Method Details

    • value

      public List<OperationInner> value()
      Get the value property: The list of connected cluster API operations.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link to fetch the next page of connected cluster API operations.
      Returns:
      the nextLink value.
    • withNextLink

      public OperationList withNextLink(String nextLink)
      Set the nextLink property: The link to fetch the next page of connected cluster API operations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the OperationList object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.