PageList Class

  • java.lang.Object
    • com.azure.storage.blob.models.PageList

public final class PageList

the list of pages.

Constructor Summary

Constructor Description
PageList()

Creates an instance of PageList class.

Method Summary

Modifier and Type Method and Description
List<ClearRange> getClearRange()

Get the clearRange property: The ClearRange property.

List<PageRange> getPageRange()

Get the pageRange property: The PageRange property.

PageList setClearRange(List<ClearRange> clearRange)

Set the clearRange property: The ClearRange property.

PageList setPageRange(List<PageRange> pageRange)

Set the pageRange property: The PageRange property.

Methods inherited from java.lang.Object

Constructor Details

PageList

public PageList()

Creates an instance of PageList class.

Method Details

getClearRange

public List getClearRange()

Get the clearRange property: The ClearRange property.

Returns:

the clearRange value.

getPageRange

public List getPageRange()

Get the pageRange property: The PageRange property.

Returns:

the pageRange value.

setClearRange

public PageList setClearRange(List clearRange)

Set the clearRange property: The ClearRange property.

Parameters:

clearRange - the clearRange value to set.

Returns:

the PageList object itself.

setPageRange

public PageList setPageRange(List pageRange)

Set the pageRange property: The PageRange property.

Parameters:

pageRange - the pageRange value to set.

Returns:

the PageList object itself.

Applies to