public static final class ExactMatchLookupJob.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ExactMatchLookupJob |
build() |
ExactMatchLookupJob.Builder |
completionDateTime(OffsetDateTime completionDateTime) |
ExactMatchLookupJob.Builder |
creationDateTime(OffsetDateTime creationDateTime) |
ExactMatchLookupJob.Builder |
error(ClassificationError error) |
ExactMatchLookupJob.Builder |
id(String id) |
ExactMatchLookupJob.Builder |
lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) |
ExactMatchLookupJob.Builder |
startDateTime(OffsetDateTime startDateTime) |
ExactMatchLookupJob.Builder |
state(String state) |
public ExactMatchLookupJob.Builder id(String id)
public ExactMatchLookupJob.Builder creationDateTime(OffsetDateTime creationDateTime)
public ExactMatchLookupJob.Builder startDateTime(OffsetDateTime startDateTime)
public ExactMatchLookupJob.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public ExactMatchLookupJob.Builder completionDateTime(OffsetDateTime completionDateTime)
public ExactMatchLookupJob.Builder error(ClassificationError error)
public ExactMatchLookupJob.Builder state(String state)
public ExactMatchLookupJob build()
Copyright © 2018–2020. All rights reserved.