Class ShareUpdateOptions


  • public class ShareUpdateOptions
    extends Object
    Options used to update a share.
    Author:
    Daniel Gonzalez Nothnagel
    • Constructor Detail

      • ShareUpdateOptions

        public ShareUpdateOptions()
    • Method Detail

      • displayName

        public ShareUpdateOptions displayName​(String displayName)
        Update the share name.
        Parameters:
        displayName - the share name
        Returns:
        ShareUpdateOptions
      • displayDescription

        public ShareUpdateOptions displayDescription​(String displayDescription)
        Update the share description.
        Parameters:
        displayDescription - the share description
        Returns:
        ShareUpdateOptions
      • isPublic

        public ShareUpdateOptions isPublic​(Boolean isPublic)
        Update the level of visibility for the share.
        Parameters:
        isPublic - the level of visibility for the share
        Returns:
        ShareUpdateOptions
      • getDisplayName

        public String getDisplayName()
        Returns:
        the share name
      • getDisplayDescription

        public String getDisplayDescription()
        Returns:
        the share description.
      • isPublic

        public Boolean isPublic()
        Returns:
        the level of visibility for the share