public static interface Range.Builder extends SdkPojo, CopyableBuilder<Range.Builder,Range>
| Modifier and Type | Method and Description |
|---|---|
Range.Builder |
end(Long end)
Possible values are:
|
Range.Builder |
start(Long start)
Possible values are:
|
Range.Builder |
startColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRange.Builder end(Long end)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
end - Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the end of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the end of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the end of the sensitive data.
Range.Builder start(Long start)
Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
start - Possible values are:
In an Occurrences.lineRanges array, the number of lines from the beginning of the file to the beginning of the sensitive data.
In an Occurrences.offsetRanges array, the number of characters from the beginning of the file to the beginning of the sensitive data.
In a Page object, the number of lines (lineRange) or characters (offsetRange) from the beginning of the page to the beginning of the sensitive data.
Range.Builder startColumn(Long startColumn)
The column number for the column that contains the data, if the file contains structured data.
startColumn - The column number for the column that contains the data, if the file contains structured data.Copyright © 2020. All rights reserved.