Package odata.msgraph.client.beta.entity
Class ExactMatchSession.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.ExactMatchSession.Builder
-
- Enclosing class:
- ExactMatchSession
public static final class ExactMatchSession.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public ExactMatchSession.Builder id(String id)
-
completionDateTime
public ExactMatchSession.Builder completionDateTime(OffsetDateTime completionDateTime)
-
creationDateTime
public ExactMatchSession.Builder creationDateTime(OffsetDateTime creationDateTime)
-
error
public ExactMatchSession.Builder error(ClassificationError error)
-
lastUpdatedDateTime
public ExactMatchSession.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
startDateTime
public ExactMatchSession.Builder startDateTime(OffsetDateTime startDateTime)
-
dataStoreId
public ExactMatchSession.Builder dataStoreId(String dataStoreId)
-
processingCompletionDateTime
public ExactMatchSession.Builder processingCompletionDateTime(OffsetDateTime processingCompletionDateTime)
-
remainingBlockCount
public ExactMatchSession.Builder remainingBlockCount(Integer remainingBlockCount)
-
remainingJobCount
public ExactMatchSession.Builder remainingJobCount(Integer remainingJobCount)
-
state
public ExactMatchSession.Builder state(String state)
-
totalBlockCount
public ExactMatchSession.Builder totalBlockCount(Integer totalBlockCount)
-
totalJobCount
public ExactMatchSession.Builder totalJobCount(Integer totalJobCount)
-
uploadCompletionDateTime
public ExactMatchSession.Builder uploadCompletionDateTime(OffsetDateTime uploadCompletionDateTime)
-
checksum
public ExactMatchSession.Builder checksum(String checksum)
-
dataUploadURI
public ExactMatchSession.Builder dataUploadURI(String dataUploadURI)
-
fields
public ExactMatchSession.Builder fields(List<String> fields)
-
fields
public ExactMatchSession.Builder fields(String... fields)
-
fieldsNextLink
public ExactMatchSession.Builder fieldsNextLink(String fieldsNextLink)
-
fileName
public ExactMatchSession.Builder fileName(String fileName)
-
rowsPerBlock
public ExactMatchSession.Builder rowsPerBlock(Integer rowsPerBlock)
-
salt
public ExactMatchSession.Builder salt(String salt)
-
uploadAgentId
public ExactMatchSession.Builder uploadAgentId(String uploadAgentId)
-
build
public ExactMatchSession build()
-
-