public static interface Page.Builder extends SdkPojo, CopyableBuilder<Page.Builder,Page>
| Modifier and Type | Method and Description |
|---|---|
default Page.Builder |
lineRange(Consumer<Range.Builder> lineRange)
The line that contains the data, and the position of the data on that line.
|
Page.Builder |
lineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
|
default Page.Builder |
offsetRange(Consumer<Range.Builder> offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
Page.Builder |
offsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
|
Page.Builder |
pageNumber(Long pageNumber)
The page number of the page that contains the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPage.Builder lineRange(Range lineRange)
The line that contains the data, and the position of the data on that line.
lineRange - The line that contains the data, and the position of the data on that line.default Page.Builder lineRange(Consumer<Range.Builder> lineRange)
The line that contains the data, and the position of the data on that line.
This is a convenience that creates an instance of theRange.Builder avoiding the need to create one
manually via Range.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to lineRange(Range).lineRange - a consumer that will call methods on Range.BuilderlineRange(Range)Page.Builder offsetRange(Range offsetRange)
The position of the data on the page, relative to the beginning of the page.
offsetRange - The position of the data on the page, relative to the beginning of the page.default Page.Builder offsetRange(Consumer<Range.Builder> offsetRange)
The position of the data on the page, relative to the beginning of the page.
This is a convenience that creates an instance of theRange.Builder avoiding the need to create one
manually via Range.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to offsetRange(Range).offsetRange - a consumer that will call methods on Range.BuilderoffsetRange(Range)Page.Builder pageNumber(Long pageNumber)
The page number of the page that contains the data.
pageNumber - The page number of the page that contains the data.Copyright © 2020. All rights reserved.