Class OperationEntityListResult


  • public final class OperationEntityListResult
    extends Object
    The list of bot service operation response.
    • Constructor Detail

      • OperationEntityListResult

        public OperationEntityListResult()
    • Method Detail

      • nextLink

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

        public OperationEntityListResult withNextLink​(String nextLink)
        Set the nextLink property: The link used to get the next page of operations.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the OperationEntityListResult object itself.
      • value

        public List<OperationEntityInner> value()
        Get the value property: The list of operations.
        Returns:
        the value value.
      • validate

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