BlobSignedIdentifier Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobSignedIdentifier
- com.
Implements
public final class BlobSignedIdentifier
implements XmlSerializable<BlobSignedIdentifier>
signed identifier.
Constructor Summary
Constructor | Description |
---|---|
BlobSignedIdentifier() |
Creates an instance of Blob |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Blob |
fromXml(XmlReader xmlReader)
Reads an instance of Blob |
static
Blob |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Blob |
Blob |
getAccessPolicy()
Get the access |
String |
getId()
Get the id property: a unique id. |
Blob |
setAccessPolicy(BlobAccessPolicy accessPolicy)
Set the access |
Blob |
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
BlobSignedIdentifier
public BlobSignedIdentifier()
Creates an instance of BlobSignedIdentifier class.
Method Details
fromXml
public static BlobSignedIdentifier fromXml(XmlReader xmlReader)
Reads an instance of BlobSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static BlobSignedIdentifier fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of BlobSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
getAccessPolicy
public BlobAccessPolicy getAccessPolicy()
Get the accessPolicy property: An Access policy.
Returns:
getId
public String getId()
Get the id property: a unique id.
Returns:
setAccessPolicy
public BlobSignedIdentifier setAccessPolicy(BlobAccessPolicy accessPolicy)
Set the accessPolicy property: An Access policy.
Parameters:
Returns:
setId
public BlobSignedIdentifier 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