Class ShareSnapshotUpdateOptions


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

      • ShareSnapshotUpdateOptions

        public ShareSnapshotUpdateOptions()
    • Method Detail

      • displayName

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

        public ShareSnapshotUpdateOptions displayDescription​(String displayDescription)
        Update the share snapshot description.
        Parameters:
        displayDescription - the share snapshot description
        Returns:
        ShareSnapshotUpdateOptions
      • getDisplayName

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

        public String getDisplayDescription()
        Returns:
        the share snapshot description.