BlobSignedIdentifier Class

  • java.lang.Object
    • com.azure.storage.blob.models.BlobSignedIdentifier

public final class BlobSignedIdentifier

signed identifier.

Constructor Summary

Constructor Description
BlobSignedIdentifier()

Creates an instance of BlobSignedIdentifier class.

Method Summary

Modifier and Type Method and Description
BlobAccessPolicy getAccessPolicy()

Get the accessPolicy property: An Access policy.

String getId()

Get the id property: a unique id.

BlobSignedIdentifier setAccessPolicy(BlobAccessPolicy accessPolicy)

Set the accessPolicy property: An Access policy.

BlobSignedIdentifier setId(String id)

Set the id property: a unique id.

Methods inherited from java.lang.Object

Constructor Details

BlobSignedIdentifier

public BlobSignedIdentifier()

Creates an instance of BlobSignedIdentifier class.

Method Details

getAccessPolicy

public BlobAccessPolicy getAccessPolicy()

Get the accessPolicy property: An Access policy.

Returns:

the accessPolicy value.

getId

public String getId()

Get the id property: a unique id.

Returns:

the id value.

setAccessPolicy

public BlobSignedIdentifier setAccessPolicy(BlobAccessPolicy accessPolicy)

Set the accessPolicy property: An Access policy.

Parameters:

accessPolicy - the accessPolicy value to set.

Returns:

the BlobSignedIdentifier object itself.

setId

public BlobSignedIdentifier setId(String id)

Set the id property: a unique id.

Parameters:

id - the id value to set.

Returns:

the BlobSignedIdentifier object itself.

Applies to