Class OperationList


  • public final class OperationList
    extends Object
    Result of the request to list REST API operations. It contains a list of operations.
    • Constructor Detail

      • OperationList

        public OperationList()
    • Method Detail

      • value

        public List<OperationInner> value()
        Get the value property: List of operations supported by the resource provider.
        Returns:
        the value value.
      • withValue

        public OperationList withValue​(List<OperationInner> value)
        Set the value property: List of operations supported by the resource provider.
        Parameters:
        value - the value value to set.
        Returns:
        the OperationList object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
        Returns:
        the nextLink value.
      • withNextLink

        public OperationList withNextLink​(String nextLink)
        Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
        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.