Class DataConnectorList


  • public final class DataConnectorList
    extends Object
    List all the data connectors.
    • Constructor Detail

      • DataConnectorList

        public DataConnectorList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: URL to fetch the next set of data connectors.
        Returns:
        the nextLink value.
      • value

        public List<DataConnectorInner> value()
        Get the value property: Array of data connectors.
        Returns:
        the value value.
      • withValue

        public DataConnectorList withValue​(List<DataConnectorInner> value)
        Set the value property: Array of data connectors.
        Parameters:
        value - the value value to set.
        Returns:
        the DataConnectorList object itself.
      • validate

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