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)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Page.Builder |
lineRange(Range lineRange)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
default Page.Builder |
offsetRange(Consumer<Range.Builder> offsetRange)
An occurrence of sensitive data detected in a binary text file.
|
Page.Builder |
offsetRange(Range offsetRange)
An occurrence of sensitive data detected in a binary text file.
|
Page.Builder |
pageNumber(Long pageNumber)
The page number of the page that contains the sensitive data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPage.Builder pageNumber(Long pageNumber)
The page number of the page that contains the sensitive data.
pageNumber - The page number of the page that contains the sensitive data.Page.Builder lineRange(Range lineRange)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
lineRange - An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file.
Non-binary text files include files such as HTML, XML, JSON, and TXT files.default Page.Builder lineRange(Consumer<Range.Builder> lineRange)
An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
This is a convenience method 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)
An occurrence of sensitive data detected in a binary text file.
offsetRange - An occurrence of sensitive data detected in a binary text file.default Page.Builder offsetRange(Consumer<Range.Builder> offsetRange)
An occurrence of sensitive data detected in a binary text file.
This is a convenience method 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)Copyright © 2023. All rights reserved.