static ExactMatchSession.Builder |
ExactMatchSession.builderExactMatchSession() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.checksum(String checksum) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.completionDateTime(OffsetDateTime completionDateTime) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.creationDateTime(OffsetDateTime creationDateTime) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.dataStoreId(String dataStoreId) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.dataUploadURI(String dataUploadURI) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.error(ClassificationError error) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.fields(String... fields) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.fields(List<String> fields) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.fieldsNextLink(String fieldsNextLink) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.fileName(String fileName) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.id(String id) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.processingCompletionDateTime(OffsetDateTime processingCompletionDateTime) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.remainingBlockCount(Integer remainingBlockCount) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.remainingJobCount(Integer remainingJobCount) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.rowsPerBlock(Integer rowsPerBlock) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.salt(String salt) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.startDateTime(OffsetDateTime startDateTime) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.state(String state) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.totalBlockCount(Integer totalBlockCount) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.totalJobCount(Integer totalJobCount) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.uploadAgentId(String uploadAgentId) |
|
ExactMatchSession.Builder |
ExactMatchSession.Builder.uploadCompletionDateTime(OffsetDateTime uploadCompletionDateTime) |
|