public class ExactMatchSession extends ExactMatchJobBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ExactMatchSession.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
checksum |
protected String |
datastoreId |
protected String |
dataUploadURI |
protected List<String> |
fields |
protected String |
fieldsNextLink |
protected String |
fileName |
protected OffsetDateTime |
processingCompletionDateTime |
protected Integer |
remainingBlockCount |
protected Integer |
remainingJobCount |
protected Integer |
rowsPerBlock |
protected String |
salt |
protected String |
state |
protected Integer |
totalBlockCount |
protected Integer |
totalJobCount |
protected String |
uploadAgentId |
protected OffsetDateTime |
uploadCompletionDateTime |
completionDateTime, creationDateTime, error, lastUpdatedDateTime, startDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ExactMatchSession() |
getCompletionDateTime, getCreationDateTime, getError, getLastUpdatedDateTime, getStartDateTime, withCompletionDateTime, withCreationDateTime, withError, withLastUpdatedDateTime, withStartDateTimeprotected String datastoreId
protected String uploadAgentId
protected String fieldsNextLink
protected String fileName
protected String checksum
protected String dataUploadURI
protected Integer remainingBlockCount
protected Integer totalBlockCount
protected String state
protected OffsetDateTime uploadCompletionDateTime
protected OffsetDateTime processingCompletionDateTime
protected Integer rowsPerBlock
protected Integer totalJobCount
protected Integer remainingJobCount
protected String salt
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ExactMatchJobBasepublic static ExactMatchSession.Builder builderExactMatchSession()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ExactMatchJobBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ExactMatchJobBasepublic ExactMatchSession withDatastoreId(String datastoreId)
public ExactMatchSession withUploadAgentId(String uploadAgentId)
public com.github.davidmoten.odata.client.CollectionPage<String> getFields()
public ExactMatchSession withFileName(String fileName)
public ExactMatchSession withChecksum(String checksum)
public ExactMatchSession withDataUploadURI(String dataUploadURI)
public ExactMatchSession withRemainingBlockCount(Integer remainingBlockCount)
public ExactMatchSession withTotalBlockCount(Integer totalBlockCount)
public ExactMatchSession withState(String state)
public Optional<OffsetDateTime> getUploadCompletionDateTime()
public ExactMatchSession withUploadCompletionDateTime(OffsetDateTime uploadCompletionDateTime)
public Optional<OffsetDateTime> getProcessingCompletionDateTime()
public ExactMatchSession withProcessingCompletionDateTime(OffsetDateTime processingCompletionDateTime)
public ExactMatchSession withRowsPerBlock(Integer rowsPerBlock)
public ExactMatchSession withTotalJobCount(Integer totalJobCount)
public ExactMatchSession withRemainingJobCount(Integer remainingJobCount)
public ExactMatchSession withSalt(String salt)
public ExactMatchUploadAgentRequest getUploadAgent()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ExactMatchJobBasepublic ExactMatchSession patch()
this with changed fields reset.patch in class ExactMatchJobBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic ExactMatchSession put()
this
with changed fields reset (they were ignored anyway).put in class ExactMatchJobBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.ActionRequestNoReturn cancel()
public com.github.davidmoten.odata.client.ActionRequestNoReturn commit()
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<ExactMatchSession> renew()
public String toString()
toString in class ExactMatchJobBaseCopyright © 2018–2020. All rights reserved.