Class GalleryList


  • public final class GalleryList
    extends Object
    The List Galleries operation response.
    • Constructor Detail

      • GalleryList

        public GalleryList()
    • Method Detail

      • value

        public List<GalleryInner> value()
        Get the value property: A list of galleries.
        Returns:
        the value value.
      • withValue

        public GalleryList withValue​(List<GalleryInner> value)
        Set the value property: A list of galleries.
        Parameters:
        value - the value value to set.
        Returns:
        the GalleryList object itself.
      • nextLink

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

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

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