Uses of Class
odata.msgraph.client.beta.entity.ExactMatchJobBase
-
Packages that use ExactMatchJobBase Package Description odata.msgraph.client.beta.entity -
-
Uses of ExactMatchJobBase in odata.msgraph.client.beta.entity
Subclasses of ExactMatchJobBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classExactMatchLookupJobclassExactMatchSessionclassExactMatchSessionBaseMethods in odata.msgraph.client.beta.entity that return ExactMatchJobBase Modifier and Type Method Description ExactMatchJobBaseExactMatchJobBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExactMatchJobBaseExactMatchJobBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExactMatchJobBaseExactMatchJobBase. withCompletionDateTime(OffsetDateTime completionDateTime)ExactMatchJobBaseExactMatchJobBase. withCreationDateTime(OffsetDateTime creationDateTime)ExactMatchJobBaseExactMatchJobBase. withError(ClassificationError error)ExactMatchJobBaseExactMatchJobBase. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)ExactMatchJobBaseExactMatchJobBase. withStartDateTime(OffsetDateTime startDateTime)ExactMatchJobBaseExactMatchJobBase. withUnmappedField(String name, String value)
-