Package com.azure.storage.blob.models
Class PageList
java.lang.Object
com.azure.storage.blob.models.PageList
the list of pages.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the clearRange property: The ClearRange property.Get the pageRange property: The PageRange property.setClearRange
(List<ClearRange> clearRange) Set the clearRange property: The ClearRange property.setPageRange
(List<PageRange> pageRange) Set the pageRange property: The PageRange property.
-
Constructor Details
-
PageList
public PageList()Creates an instance of PageList class.
-
-
Method Details
-
getPageRange
Get the pageRange property: The PageRange property.- Returns:
- the pageRange value.
-
setPageRange
Set the pageRange property: The PageRange property.- Parameters:
pageRange
- the pageRange value to set.- Returns:
- the PageList object itself.
-
getClearRange
Get the clearRange property: The ClearRange property.- Returns:
- the clearRange value.
-
setClearRange
Set the clearRange property: The ClearRange property.- Parameters:
clearRange
- the clearRange value to set.- Returns:
- the PageList object itself.
-