PageList Class
- java.
lang. Object - com.
azure. storage. blob. models. PageList
- com.
Implements
public final class PageList
implements XmlSerializable<PageList>
the list of pages.
Constructor Summary
Constructor | Description |
---|---|
PageList() |
Creates an instance of Page |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Page |
fromXml(XmlReader xmlReader)
Reads an instance of Page |
static
Page |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Page |
List<Clear |
getClearRange()
Get the clear |
List<Page |
getPageRange()
Get the page |
Page |
setClearRange(List<ClearRange> clearRange)
Set the clear |
Page |
setPageRange(List<PageRange> pageRange)
Set the page |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
PageList
public PageList()
Creates an instance of PageList class.
Method Details
fromXml
public static PageList fromXml(XmlReader xmlReader)
Reads an instance of PageList from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static PageList fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of PageList from the XmlReader.
Parameters:
Returns:
Throws:
getClearRange
public List
Get the clearRange property: The ClearRange property.
Returns:
getPageRange
public List
Get the pageRange property: The PageRange property.
Returns:
setClearRange
public PageList setClearRange(List
Set the clearRange property: The ClearRange property.
Parameters:
Returns:
setPageRange
public PageList setPageRange(List
Set the pageRange property: The PageRange property.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws:
Applies to
Azure SDK for Java