azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

155 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.BlobSignedIdentifier"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier"
name: "BlobSignedIdentifier"
nameWithType: "BlobSignedIdentifier"
summary: "signed identifier."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BlobSignedIdentifier**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.models.BlobSignedIdentifier?alt=com.azure.storage.blob.models.BlobSignedIdentifier&text=BlobSignedIdentifier\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.BlobSignedIdentifier()"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.BlobSignedIdentifier()"
name: "BlobSignedIdentifier()"
nameWithType: "BlobSignedIdentifier.BlobSignedIdentifier()"
summary: "Creates an instance of Blob<wbr>Signed<wbr>Identifier class."
syntax: "public BlobSignedIdentifier()"
desc: "Creates an instance of BlobSignedIdentifier class."
methods:
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.fromXml(com.azure.xml.XmlReader)"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.fromXml(XmlReader xmlReader)"
name: "fromXml(XmlReader xmlReader)"
nameWithType: "BlobSignedIdentifier.fromXml(XmlReader xmlReader)"
summary: "Reads an instance of Blob<wbr>Signed<wbr>Identifier from the Xml<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The XmlReader being read."
name: "xmlReader"
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BlobSignedIdentifier fromXml(XmlReader xmlReader)"
exceptions:
- description: "If the deserialized XML object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
desc: "Reads an instance of BlobSignedIdentifier from the XmlReader."
returns:
description: "An instance of BlobSignedIdentifier if the XmlReader was pointing to an instance of it, or null if it was\n pointing to XML null."
type: "<xref href=\"com.azure.storage.blob.models.BlobSignedIdentifier?alt=com.azure.storage.blob.models.BlobSignedIdentifier&text=BlobSignedIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.fromXml(com.azure.xml.XmlReader,java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.fromXml(XmlReader xmlReader, String rootElementName)"
name: "fromXml(XmlReader xmlReader, String rootElementName)"
nameWithType: "BlobSignedIdentifier.fromXml(XmlReader xmlReader, String rootElementName)"
summary: "Reads an instance of Blob<wbr>Signed<wbr>Identifier from the Xml<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The XmlReader being read."
name: "xmlReader"
type: "<xref href=\"com.azure.xml.XmlReader?alt=com.azure.xml.XmlReader&text=XmlReader\" data-throw-if-not-resolved=\"False\" />"
- description: "Optional root element name to override the default defined by the model. Used to support\n cases where the model can deserialize from different root element names."
name: "rootElementName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static BlobSignedIdentifier fromXml(XmlReader xmlReader, String rootElementName)"
exceptions:
- description: "If the deserialized XML object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
desc: "Reads an instance of BlobSignedIdentifier from the XmlReader."
returns:
description: "An instance of BlobSignedIdentifier if the XmlReader was pointing to an instance of it, or null if it was\n pointing to XML null."
type: "<xref href=\"com.azure.storage.blob.models.BlobSignedIdentifier?alt=com.azure.storage.blob.models.BlobSignedIdentifier&text=BlobSignedIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.getAccessPolicy()"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.getAccessPolicy()"
name: "getAccessPolicy()"
nameWithType: "BlobSignedIdentifier.getAccessPolicy()"
summary: "Get the access<wbr>Policy property: An Access policy."
syntax: "public BlobAccessPolicy getAccessPolicy()"
desc: "Get the accessPolicy property: An Access policy."
returns:
description: "the accessPolicy value."
type: "<xref href=\"com.azure.storage.blob.models.BlobAccessPolicy?alt=com.azure.storage.blob.models.BlobAccessPolicy&text=BlobAccessPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.getId()"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.getId()"
name: "getId()"
nameWithType: "BlobSignedIdentifier.getId()"
summary: "Get the id property: a unique id."
syntax: "public String getId()"
desc: "Get the id property: a unique id."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.setAccessPolicy(com.azure.storage.blob.models.BlobAccessPolicy)"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.setAccessPolicy(BlobAccessPolicy accessPolicy)"
name: "setAccessPolicy(BlobAccessPolicy accessPolicy)"
nameWithType: "BlobSignedIdentifier.setAccessPolicy(BlobAccessPolicy accessPolicy)"
summary: "Set the access<wbr>Policy property: An Access policy."
parameters:
- description: "the accessPolicy value to set."
name: "accessPolicy"
type: "<xref href=\"com.azure.storage.blob.models.BlobAccessPolicy?alt=com.azure.storage.blob.models.BlobAccessPolicy&text=BlobAccessPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BlobSignedIdentifier setAccessPolicy(BlobAccessPolicy accessPolicy)"
desc: "Set the accessPolicy property: An Access policy."
returns:
description: "the BlobSignedIdentifier object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobSignedIdentifier?alt=com.azure.storage.blob.models.BlobSignedIdentifier&text=BlobSignedIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.setId(java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.setId(String id)"
name: "setId(String id)"
nameWithType: "BlobSignedIdentifier.setId(String id)"
summary: "Set the id property: a unique id."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BlobSignedIdentifier setId(String id)"
desc: "Set the id property: a unique id."
returns:
description: "the BlobSignedIdentifier object itself."
type: "<xref href=\"com.azure.storage.blob.models.BlobSignedIdentifier?alt=com.azure.storage.blob.models.BlobSignedIdentifier&text=BlobSignedIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.toXml(com.azure.xml.XmlWriter)"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.toXml(XmlWriter xmlWriter)"
name: "toXml(XmlWriter xmlWriter)"
nameWithType: "BlobSignedIdentifier.toXml(XmlWriter xmlWriter)"
parameters:
- name: "xmlWriter"
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public XmlWriter toXml(XmlWriter xmlWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
returns:
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.BlobSignedIdentifier.toXml(com.azure.xml.XmlWriter,java.lang.String)"
fullName: "com.azure.storage.blob.models.BlobSignedIdentifier.toXml(XmlWriter xmlWriter, String rootElementName)"
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
nameWithType: "BlobSignedIdentifier.toXml(XmlWriter xmlWriter, String rootElementName)"
parameters:
- name: "xmlWriter"
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
- name: "rootElementName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
returns:
type: "<xref href=\"com.azure.xml.XmlWriter?alt=com.azure.xml.XmlWriter&text=XmlWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "signed identifier."
implements:
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.storage.blob.models.BlobSignedIdentifier?alt=com.azure.storage.blob.models.BlobSignedIdentifier&text=BlobSignedIdentifier\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.28.1