155 строки
11 KiB
YAML
155 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.blob.models.BlockList"
|
|
fullName: "com.azure.storage.blob.models.BlockList"
|
|
name: "BlockList"
|
|
nameWithType: "BlockList"
|
|
summary: "The Block<wbr>List model."
|
|
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 **BlockList**</br> implements <xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.blob.models.BlockList?alt=com.azure.storage.blob.models.BlockList&text=BlockList\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.storage.blob.models.BlockList.BlockList()"
|
|
fullName: "com.azure.storage.blob.models.BlockList.BlockList()"
|
|
name: "BlockList()"
|
|
nameWithType: "BlockList.BlockList()"
|
|
summary: "Creates an instance of Block<wbr>List class."
|
|
syntax: "public BlockList()"
|
|
desc: "Creates an instance of BlockList class."
|
|
methods:
|
|
- uid: "com.azure.storage.blob.models.BlockList.fromXml(com.azure.xml.XmlReader)"
|
|
fullName: "com.azure.storage.blob.models.BlockList.fromXml(XmlReader xmlReader)"
|
|
name: "fromXml(XmlReader xmlReader)"
|
|
nameWithType: "BlockList.fromXml(XmlReader xmlReader)"
|
|
summary: "Reads an instance of Block<wbr>List 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 BlockList fromXml(XmlReader xmlReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the BlockList."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of BlockList from the XmlReader."
|
|
returns:
|
|
description: "An instance of BlockList if the XmlReader was pointing to an instance of it, or null if it was pointing\n to XML null."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlockList?alt=com.azure.storage.blob.models.BlockList&text=BlockList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlockList.fromXml(com.azure.xml.XmlReader,java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlockList.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
name: "fromXml(XmlReader xmlReader, String rootElementName)"
|
|
nameWithType: "BlockList.fromXml(XmlReader xmlReader, String rootElementName)"
|
|
summary: "Reads an instance of Block<wbr>List 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 BlockList fromXml(XmlReader xmlReader, String rootElementName)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the BlockList."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/XMLStreamException.html\">XMLStreamException</a>"
|
|
desc: "Reads an instance of BlockList from the XmlReader."
|
|
returns:
|
|
description: "An instance of BlockList if the XmlReader was pointing to an instance of it, or null if it was pointing\n to XML null."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlockList?alt=com.azure.storage.blob.models.BlockList&text=BlockList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlockList.getCommittedBlocks()"
|
|
fullName: "com.azure.storage.blob.models.BlockList.getCommittedBlocks()"
|
|
name: "getCommittedBlocks()"
|
|
nameWithType: "BlockList.getCommittedBlocks()"
|
|
summary: "Get the committed<wbr>Blocks property: The Committed<wbr>Blocks property."
|
|
syntax: "public List<Block> getCommittedBlocks()"
|
|
desc: "Get the committedBlocks property: The CommittedBlocks property."
|
|
returns:
|
|
description: "the committedBlocks value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.storage.blob.models.Block?alt=com.azure.storage.blob.models.Block&text=Block\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.storage.blob.models.BlockList.getUncommittedBlocks()"
|
|
fullName: "com.azure.storage.blob.models.BlockList.getUncommittedBlocks()"
|
|
name: "getUncommittedBlocks()"
|
|
nameWithType: "BlockList.getUncommittedBlocks()"
|
|
summary: "Get the uncommitted<wbr>Blocks property: The Uncommitted<wbr>Blocks property."
|
|
syntax: "public List<Block> getUncommittedBlocks()"
|
|
desc: "Get the uncommittedBlocks property: The UncommittedBlocks property."
|
|
returns:
|
|
description: "the uncommittedBlocks value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.storage.blob.models.Block?alt=com.azure.storage.blob.models.Block&text=Block\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.storage.blob.models.BlockList.setCommittedBlocks(java.util.List<com.azure.storage.blob.models.Block>)"
|
|
fullName: "com.azure.storage.blob.models.BlockList.setCommittedBlocks(List<Block> committedBlocks)"
|
|
name: "setCommittedBlocks(List<Block> committedBlocks)"
|
|
nameWithType: "BlockList.setCommittedBlocks(List<Block> committedBlocks)"
|
|
summary: "Set the committed<wbr>Blocks property: The Committed<wbr>Blocks property."
|
|
parameters:
|
|
- description: "the committedBlocks value to set."
|
|
name: "committedBlocks"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.storage.blob.models.Block?alt=com.azure.storage.blob.models.Block&text=Block\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public BlockList setCommittedBlocks(List<Block> committedBlocks)"
|
|
desc: "Set the committedBlocks property: The CommittedBlocks property."
|
|
returns:
|
|
description: "the BlockList object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlockList?alt=com.azure.storage.blob.models.BlockList&text=BlockList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlockList.setUncommittedBlocks(java.util.List<com.azure.storage.blob.models.Block>)"
|
|
fullName: "com.azure.storage.blob.models.BlockList.setUncommittedBlocks(List<Block> uncommittedBlocks)"
|
|
name: "setUncommittedBlocks(List<Block> uncommittedBlocks)"
|
|
nameWithType: "BlockList.setUncommittedBlocks(List<Block> uncommittedBlocks)"
|
|
summary: "Set the uncommitted<wbr>Blocks property: The Uncommitted<wbr>Blocks property."
|
|
parameters:
|
|
- description: "the uncommittedBlocks value to set."
|
|
name: "uncommittedBlocks"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.storage.blob.models.Block?alt=com.azure.storage.blob.models.Block&text=Block\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public BlockList setUncommittedBlocks(List<Block> uncommittedBlocks)"
|
|
desc: "Set the uncommittedBlocks property: The UncommittedBlocks property."
|
|
returns:
|
|
description: "the BlockList object itself."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlockList?alt=com.azure.storage.blob.models.BlockList&text=BlockList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.blob.models.BlockList.toXml(com.azure.xml.XmlWriter)"
|
|
fullName: "com.azure.storage.blob.models.BlockList.toXml(XmlWriter xmlWriter)"
|
|
name: "toXml(XmlWriter xmlWriter)"
|
|
nameWithType: "BlockList.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.BlockList.toXml(com.azure.xml.XmlWriter,java.lang.String)"
|
|
fullName: "com.azure.storage.blob.models.BlockList.toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
|
|
nameWithType: "BlockList.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: "The BlockList model."
|
|
implements:
|
|
- "<xref href=\"com.azure.xml.XmlSerializable?alt=com.azure.xml.XmlSerializable&text=XmlSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.storage.blob.models.BlockList?alt=com.azure.storage.blob.models.BlockList&text=BlockList\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.storage.blob.models"
|
|
artifact: com.azure:azure-storage-blob:12.28.1
|