Package odata.msgraph.client.beta.entity
Class ExactMatchSessionBase.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ExactMatchSessionBase.Builder
-
- Enclosing class:
- ExactMatchSessionBase
public static final class ExactMatchSessionBase.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public ExactMatchSessionBase.Builder id(String id)
-
completionDateTime
public ExactMatchSessionBase.Builder completionDateTime(OffsetDateTime completionDateTime)
-
creationDateTime
public ExactMatchSessionBase.Builder creationDateTime(OffsetDateTime creationDateTime)
-
error
public ExactMatchSessionBase.Builder error(ClassificationError error)
-
lastUpdatedDateTime
public ExactMatchSessionBase.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
startDateTime
public ExactMatchSessionBase.Builder startDateTime(OffsetDateTime startDateTime)
-
dataStoreId
public ExactMatchSessionBase.Builder dataStoreId(String dataStoreId)
-
processingCompletionDateTime
public ExactMatchSessionBase.Builder processingCompletionDateTime(OffsetDateTime processingCompletionDateTime)
-
remainingBlockCount
public ExactMatchSessionBase.Builder remainingBlockCount(Integer remainingBlockCount)
-
remainingJobCount
public ExactMatchSessionBase.Builder remainingJobCount(Integer remainingJobCount)
-
state
public ExactMatchSessionBase.Builder state(String state)
-
totalBlockCount
public ExactMatchSessionBase.Builder totalBlockCount(Integer totalBlockCount)
-
totalJobCount
public ExactMatchSessionBase.Builder totalJobCount(Integer totalJobCount)
-
uploadCompletionDateTime
public ExactMatchSessionBase.Builder uploadCompletionDateTime(OffsetDateTime uploadCompletionDateTime)
-
build
public ExactMatchSessionBase build()
-
-