Class GalleryImageList


  • public final class GalleryImageList
    extends Object
    The List Gallery Images operation response.
    • Constructor Detail

      • GalleryImageList

        public GalleryImageList()
    • Method Detail

      • value

        public List<GalleryImageInner> value()
        Get the value property: A list of Shared Image Gallery images.
        Returns:
        the value value.
      • withValue

        public GalleryImageList withValue​(List<GalleryImageInner> value)
        Set the value property: A list of Shared Image Gallery images.
        Parameters:
        value - the value value to set.
        Returns:
        the GalleryImageList object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions.
        Returns:
        the nextLink value.
      • withNextLink

        public GalleryImageList withNextLink​(String nextLink)
        Set the nextLink property: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the GalleryImageList object itself.
      • validate

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