Package odata.msgraph.client.beta.entity
Class ExactMatchLookupJob.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ExactMatchLookupJob.Builder
-
- Enclosing class:
- ExactMatchLookupJob
public static final class ExactMatchLookupJob.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExactMatchLookupJobbuild()ExactMatchLookupJob.BuildercompletionDateTime(OffsetDateTime completionDateTime)ExactMatchLookupJob.BuildercreationDateTime(OffsetDateTime creationDateTime)ExactMatchLookupJob.Buildererror(ClassificationError error)ExactMatchLookupJob.Builderid(String id)ExactMatchLookupJob.BuilderlastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)ExactMatchLookupJob.BuilderstartDateTime(OffsetDateTime startDateTime)ExactMatchLookupJob.Builderstate(String state)
-
-
-
Method Detail
-
id
public ExactMatchLookupJob.Builder id(String id)
-
completionDateTime
public ExactMatchLookupJob.Builder completionDateTime(OffsetDateTime completionDateTime)
-
creationDateTime
public ExactMatchLookupJob.Builder creationDateTime(OffsetDateTime creationDateTime)
-
error
public ExactMatchLookupJob.Builder error(ClassificationError error)
-
lastUpdatedDateTime
public ExactMatchLookupJob.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
startDateTime
public ExactMatchLookupJob.Builder startDateTime(OffsetDateTime startDateTime)
-
state
public ExactMatchLookupJob.Builder state(String state)
-
build
public ExactMatchLookupJob build()
-
-