public class ExactMatchJobBase extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
completionDateTime |
protected OffsetDateTime |
creationDateTime |
protected ClassificationError |
error |
protected OffsetDateTime |
lastUpdatedDateTime |
protected OffsetDateTime |
startDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ExactMatchJobBase() |
protected OffsetDateTime creationDateTime
protected OffsetDateTime startDateTime
protected OffsetDateTime lastUpdatedDateTime
protected OffsetDateTime completionDateTime
protected ClassificationError error
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<OffsetDateTime> getCreationDateTime()
public ExactMatchJobBase withCreationDateTime(OffsetDateTime creationDateTime)
public Optional<OffsetDateTime> getStartDateTime()
public ExactMatchJobBase withStartDateTime(OffsetDateTime startDateTime)
public Optional<OffsetDateTime> getLastUpdatedDateTime()
public ExactMatchJobBase withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public Optional<OffsetDateTime> getCompletionDateTime()
public ExactMatchJobBase withCompletionDateTime(OffsetDateTime completionDateTime)
public Optional<ClassificationError> getError()
public ExactMatchJobBase withError(ClassificationError error)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ExactMatchJobBase patch()
this with changed fields reset.public ExactMatchJobBase put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.