ShareSignedIdentifier Class

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

public final class ShareSignedIdentifier

Signed identifier.

Constructor Summary

Constructor Description
ShareSignedIdentifier()

Creates an instance of ShareSignedIdentifier class.

Method Summary

Modifier and Type Method and Description
ShareAccessPolicy getAccessPolicy()

Get the accessPolicy property: The access policy.

String getId()

Get the id property: A unique id.

ShareSignedIdentifier setAccessPolicy(ShareAccessPolicy accessPolicy)

Set the accessPolicy property: The access policy.

ShareSignedIdentifier setId(String id)

Set the id property: A unique id.

Methods inherited from java.lang.Object

Constructor Details

ShareSignedIdentifier

public ShareSignedIdentifier()

Creates an instance of ShareSignedIdentifier class.

Method Details

getAccessPolicy

public ShareAccessPolicy getAccessPolicy()

Get the accessPolicy property: The access policy.

Returns:

the accessPolicy value.

getId

public String getId()

Get the id property: A unique id.

Returns:

the id 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.

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.

Applies to