Class OperationsList

java.lang.Object
com.azure.resourcemanager.databoxedge.models.OperationsList

public final class OperationsList extends Object
The list of operations used for the discovery of available provider operations.
  • Constructor Details

    • OperationsList

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

    • value

      public List<OperationInner> value()
      Get the value property: The value.
      Returns:
      the value value.
    • withValue

      public OperationsList withValue(List<OperationInner> value)
      Set the value property: The value.
      Parameters:
      value - the value value to set.
      Returns:
      the OperationsList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public OperationsList withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the OperationsList object itself.
    • validate

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