ShareFileRangeList Class

  • java.lang.Object
    • com.azure.storage.file.share.models.ShareFileRangeList

public final class ShareFileRangeList

The list of file ranges.

Constructor Summary

Constructor Description
ShareFileRangeList()

Creates an instance of ShareFileRangeList class.

Method Summary

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

Get the clearRanges property: The ClearRanges property.

List<FileRange> getRanges()

Get the ranges property: The Ranges property.

ShareFileRangeList setClearRanges(List<ClearRange> clearRanges)

Set the clearRanges property: The ClearRanges property.

ShareFileRangeList setRanges(List<FileRange> ranges)

Set the ranges property: The Ranges property.

Methods inherited from java.lang.Object

Constructor Details

ShareFileRangeList

public ShareFileRangeList()

Creates an instance of ShareFileRangeList class.

Method Details

getClearRanges

public List getClearRanges()

Get the clearRanges property: The ClearRanges property.

Returns:

the clearRanges value.

getRanges

public List getRanges()

Get the ranges property: The Ranges property.

Returns:

the ranges value.

setClearRanges

public ShareFileRangeList setClearRanges(List clearRanges)

Set the clearRanges property: The ClearRanges property.

Parameters:

clearRanges - the clearRanges value to set.

Returns:

the ShareFileRangeList object itself.

setRanges

public ShareFileRangeList setRanges(List ranges)

Set the ranges property: The Ranges property.

Parameters:

ranges - the ranges value to set.

Returns:

the ShareFileRangeList object itself.

Applies to