Class IotConnectorCollection


  • public final class IotConnectorCollection
    extends Object
    A collection of IoT Connectors.
    • Constructor Detail

      • IotConnectorCollection

        public IotConnectorCollection()
    • Method Detail

      • nextLink

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

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

        public List<IotConnectorInner> value()
        Get the value property: The list of IoT Connectors.
        Returns:
        the value value.
      • withValue

        public IotConnectorCollection withValue​(List<IotConnectorInner> value)
        Set the value property: The list of IoT Connectors.
        Parameters:
        value - the value value to set.
        Returns:
        the IotConnectorCollection object itself.
      • validate

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