Class DppBaseResourceList


  • public final class DppBaseResourceList
    extends Object
    Base for all lists of V2 resources.
    • Constructor Detail

      • DppBaseResourceList

        public DppBaseResourceList()
    • Method Detail

      • value

        public List<DppBaseResourceInner> value()
        Get the value property: List of Dpp resources.
        Returns:
        the value value.
      • withValue

        public DppBaseResourceList withValue​(List<DppBaseResourceInner> value)
        Set the value property: List of Dpp resources.
        Parameters:
        value - the value value to set.
        Returns:
        the DppBaseResourceList object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.
        Returns:
        the nextLink value.
      • withNextLink

        public DppBaseResourceList withNextLink​(String nextLink)
        Set the nextLink property: The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DppBaseResourceList object itself.
      • validate

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