Class SharedGalleryIdentifier


  • public final class SharedGalleryIdentifier
    extends Object
    The identifier information of shared gallery.
    • Constructor Detail

      • SharedGalleryIdentifier

        public SharedGalleryIdentifier()
    • Method Detail

      • uniqueId

        public String uniqueId()
        Get the uniqueId property: The unique id of this shared gallery.
        Returns:
        the uniqueId value.
      • withUniqueId

        public SharedGalleryIdentifier withUniqueId​(String uniqueId)
        Set the uniqueId property: The unique id of this shared gallery.
        Parameters:
        uniqueId - the uniqueId value to set.
        Returns:
        the SharedGalleryIdentifier object itself.
      • validate

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