ShareSignedIdentifier Class
- java.
lang. Object - com.
azure. storage. file. share. models. ShareSignedIdentifier
- com.
Implements
public final class ShareSignedIdentifier
implements XmlSerializable<ShareSignedIdentifier>
Signed identifier.
Constructor Summary
Constructor | Description |
---|---|
ShareSignedIdentifier() |
Creates an instance of Share |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Share |
fromXml(XmlReader xmlReader)
Reads an instance of Share |
static
Share |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Share |
Share |
getAccessPolicy()
Get the access |
String |
getId()
Get the id property: A unique id. |
Share |
setAccessPolicy(ShareAccessPolicy accessPolicy)
Set the access |
Share |
setId(String id)
Set the id property: A unique id. |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
ShareSignedIdentifier
public ShareSignedIdentifier()
Creates an instance of ShareSignedIdentifier class.
Method Details
fromXml
public static ShareSignedIdentifier fromXml(XmlReader xmlReader)
Reads an instance of ShareSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static ShareSignedIdentifier fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of ShareSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
getAccessPolicy
public ShareAccessPolicy getAccessPolicy()
Get the accessPolicy property: The access policy.
Returns:
getId
public String getId()
Get the id property: A unique id.
Returns:
setAccessPolicy
public ShareSignedIdentifier setAccessPolicy(ShareAccessPolicy accessPolicy)
Set the accessPolicy property: The access policy.
Parameters:
Returns:
setId
public ShareSignedIdentifier setId(String id)
Set the id property: A unique id.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws:
Applies to
Azure SDK for Java