Class SharedGalleryImageList


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

      • SharedGalleryImageList

        public SharedGalleryImageList()
    • Method Detail

      • value

        public List<SharedGalleryImageInner> value()
        Get the value property: A list of shared gallery images.
        Returns:
        the value value.
      • withValue

        public SharedGalleryImageList withValue​(List<SharedGalleryImageInner> value)
        Set the value property: A list of shared gallery images.
        Parameters:
        value - the value value to set.
        Returns:
        the SharedGalleryImageList object itself.
      • nextLink

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

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

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