Class ShareSignedIdentifier

java.lang.Object
com.azure.storage.file.share.models.ShareSignedIdentifier

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

    • ShareSignedIdentifier

      public ShareSignedIdentifier()
  • Method Details

    • 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.