BlobPrefix Class
- java.
lang. Object - com.
azure. storage. blob. models. BlobPrefix
- com.
Implements
public final class BlobPrefix
implements XmlSerializable<BlobPrefix>
The BlobPrefix model.
Constructor Summary
Constructor | Description | |
---|---|---|
BlobPrefix() |
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 |
String |
getName()
Get the name property: The Name property. |
Blob |
setName(String name)
Set the name property: The Name property. |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
BlobPrefix
public BlobPrefix()
Method Details
fromXml
public static BlobPrefix fromXml(XmlReader xmlReader)
Reads an instance of BlobPrefix from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static BlobPrefix fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of BlobPrefix from the XmlReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The Name property.
Returns:
setName
public BlobPrefix setName(String name)
Set the name property: The Name property.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws:
Applies to
Azure SDK for Java