public final class ShareSignedIdentifier extends Object
| Constructor and Description |
|---|
ShareSignedIdentifier() |
| 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.
|
public String getId()
public ShareSignedIdentifier setId(String id)
id - the id value to set.public ShareAccessPolicy getAccessPolicy()
public ShareSignedIdentifier setAccessPolicy(ShareAccessPolicy accessPolicy)
accessPolicy - the accessPolicy value to set.Copyright © 2021 Microsoft Corporation. All rights reserved.