Uses of Class
odata.msgraph.client.beta.entity.ExactMatchSessionBase
-
Packages that use ExactMatchSessionBase Package Description odata.msgraph.client.beta.entity -
-
Uses of ExactMatchSessionBase in odata.msgraph.client.beta.entity
Subclasses of ExactMatchSessionBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classExactMatchSessionMethods in odata.msgraph.client.beta.entity that return ExactMatchSessionBase Modifier and Type Method Description ExactMatchSessionBaseExactMatchSessionBase.Builder. build()ExactMatchSessionBaseExactMatchSessionBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExactMatchSessionBaseExactMatchSessionBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExactMatchSessionBaseExactMatchSessionBase. withDataStoreId(String dataStoreId)ExactMatchSessionBaseExactMatchSessionBase. withProcessingCompletionDateTime(OffsetDateTime processingCompletionDateTime)ExactMatchSessionBaseExactMatchSessionBase. withRemainingBlockCount(Integer remainingBlockCount)ExactMatchSessionBaseExactMatchSessionBase. withRemainingJobCount(Integer remainingJobCount)ExactMatchSessionBaseExactMatchSessionBase. withState(String state)ExactMatchSessionBaseExactMatchSessionBase. withTotalBlockCount(Integer totalBlockCount)ExactMatchSessionBaseExactMatchSessionBase. withTotalJobCount(Integer totalJobCount)ExactMatchSessionBaseExactMatchSessionBase. withUnmappedField(String name, String value)ExactMatchSessionBaseExactMatchSessionBase. withUploadCompletionDateTime(OffsetDateTime uploadCompletionDateTime)
-