Class ShareSignedIdentifier


  • public final class ShareSignedIdentifier
    extends Object
    Signed identifier.
    • Constructor Detail

      • ShareSignedIdentifier

        public ShareSignedIdentifier()
    • Method Detail

      • getId

        public String getId()
        Get the id property: A unique id.
        Returns:
        the id value.
      • setId

        public ShareSignedIdentifier setId​(String id)
        Set the id property: A unique id.
        Parameters:
        id - the id value to set.
        Returns:
        the ShareSignedIdentifier object itself.
      • getAccessPolicy

        public ShareAccessPolicy getAccessPolicy()
        Get the accessPolicy property: The access policy.
        Returns:
        the accessPolicy value.
      • setAccessPolicy

        public ShareSignedIdentifier setAccessPolicy​(ShareAccessPolicy accessPolicy)
        Set the accessPolicy property: The access policy.
        Parameters:
        accessPolicy - the accessPolicy value to set.
        Returns:
        the ShareSignedIdentifier object itself.