Class EdgeModuleEntityCollection


  • public final class EdgeModuleEntityCollection
    extends Object
    A collection of EdgeModuleEntity items.
    • Constructor Detail

      • EdgeModuleEntityCollection

        public EdgeModuleEntityCollection()
    • Method Detail

      • value

        public List<EdgeModuleEntityInner> value()
        Get the value property: A collection of EdgeModuleEntity items.
        Returns:
        the value value.
      • withValue

        public EdgeModuleEntityCollection withValue​(List<EdgeModuleEntityInner> value)
        Set the value property: A collection of EdgeModuleEntity items.
        Parameters:
        value - the value value to set.
        Returns:
        the EdgeModuleEntityCollection object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
        Returns:
        the nextLink value.
      • withNextLink

        public EdgeModuleEntityCollection withNextLink​(String nextLink)
        Set the nextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the EdgeModuleEntityCollection object itself.
      • validate

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