azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.shar...

155 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.share.models.ClearRange"
fullName: "com.azure.storage.file.share.models.ClearRange"
name: "ClearRange"
nameWithType: "ClearRange"
summary: "The Clear<wbr>Range 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 **ClearRange**</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.file.share.models.ClearRange?alt=com.azure.storage.file.share.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.storage.file.share.models.ClearRange.ClearRange()"
fullName: "com.azure.storage.file.share.models.ClearRange.ClearRange()"
name: "ClearRange()"
nameWithType: "ClearRange.ClearRange()"
summary: "Creates an instance of Clear<wbr>Range class."
syntax: "public ClearRange()"
desc: "Creates an instance of ClearRange class."
methods:
- uid: "com.azure.storage.file.share.models.ClearRange.fromXml(com.azure.xml.XmlReader)"
fullName: "com.azure.storage.file.share.models.ClearRange.fromXml(XmlReader xmlReader)"
name: "fromXml(XmlReader xmlReader)"
nameWithType: "ClearRange.fromXml(XmlReader xmlReader)"
summary: "Reads an instance of Clear<wbr>Range 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 ClearRange 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 ClearRange from the XmlReader."
returns:
description: "An instance of ClearRange 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.file.share.models.ClearRange?alt=com.azure.storage.file.share.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.ClearRange.fromXml(com.azure.xml.XmlReader,java.lang.String)"
fullName: "com.azure.storage.file.share.models.ClearRange.fromXml(XmlReader xmlReader, String rootElementName)"
name: "fromXml(XmlReader xmlReader, String rootElementName)"
nameWithType: "ClearRange.fromXml(XmlReader xmlReader, String rootElementName)"
summary: "Reads an instance of Clear<wbr>Range 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 ClearRange 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 ClearRange from the XmlReader."
returns:
description: "An instance of ClearRange 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.file.share.models.ClearRange?alt=com.azure.storage.file.share.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.ClearRange.getEnd()"
fullName: "com.azure.storage.file.share.models.ClearRange.getEnd()"
name: "getEnd()"
nameWithType: "ClearRange.getEnd()"
summary: "Get the end property: The End property."
syntax: "public long getEnd()"
desc: "Get the end property: The End property."
returns:
description: "the end value."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.ClearRange.getStart()"
fullName: "com.azure.storage.file.share.models.ClearRange.getStart()"
name: "getStart()"
nameWithType: "ClearRange.getStart()"
summary: "Get the start property: The Start property."
syntax: "public long getStart()"
desc: "Get the start property: The Start property."
returns:
description: "the start value."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.ClearRange.setEnd(long)"
fullName: "com.azure.storage.file.share.models.ClearRange.setEnd(long end)"
name: "setEnd(long end)"
nameWithType: "ClearRange.setEnd(long end)"
summary: "Set the end property: The End property."
parameters:
- description: "the end value to set."
name: "end"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClearRange setEnd(long end)"
desc: "Set the end property: The End property."
returns:
description: "the ClearRange object itself."
type: "<xref href=\"com.azure.storage.file.share.models.ClearRange?alt=com.azure.storage.file.share.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.ClearRange.setStart(long)"
fullName: "com.azure.storage.file.share.models.ClearRange.setStart(long start)"
name: "setStart(long start)"
nameWithType: "ClearRange.setStart(long start)"
summary: "Set the start property: The Start property."
parameters:
- description: "the start value to set."
name: "start"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ClearRange setStart(long start)"
desc: "Set the start property: The Start property."
returns:
description: "the ClearRange object itself."
type: "<xref href=\"com.azure.storage.file.share.models.ClearRange?alt=com.azure.storage.file.share.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.share.models.ClearRange.toXml(com.azure.xml.XmlWriter)"
fullName: "com.azure.storage.file.share.models.ClearRange.toXml(XmlWriter xmlWriter)"
name: "toXml(XmlWriter xmlWriter)"
nameWithType: "ClearRange.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.file.share.models.ClearRange.toXml(com.azure.xml.XmlWriter,java.lang.String)"
fullName: "com.azure.storage.file.share.models.ClearRange.toXml(XmlWriter xmlWriter, String rootElementName)"
name: "toXml(XmlWriter xmlWriter, String rootElementName)"
nameWithType: "ClearRange.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 ClearRange model."
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.file.share.models.ClearRange?alt=com.azure.storage.file.share.models.ClearRange&text=ClearRange\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.storage.file.share.models"
artifact: com.azure:azure-storage-file-share:12.23.1