Class OperationListResult


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

      • OperationListResult

        public OperationListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The link used to get the next page of IoT Central 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 IoT Central 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 operations supported by the Microsoft.IoTCentral resource provider.
        Returns:
        the value value.
      • validate

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