public class EducationSynchronizationError extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationSynchronizationError.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
entryType |
protected String |
errorCode |
protected String |
errorMessage |
protected String |
joiningValue |
protected OffsetDateTime |
recordedDateTime |
protected String |
reportableIdentifier |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EducationSynchronizationError() |
protected String entryType
protected String errorCode
protected String errorMessage
protected String joiningValue
protected OffsetDateTime recordedDateTime
protected String reportableIdentifier
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static EducationSynchronizationError.Builder builderEducationSynchronizationError()
public 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 EducationSynchronizationError withEntryType(String entryType)
public EducationSynchronizationError withErrorCode(String errorCode)
public EducationSynchronizationError withErrorMessage(String errorMessage)
public EducationSynchronizationError withJoiningValue(String joiningValue)
public Optional<OffsetDateTime> getRecordedDateTime()
public EducationSynchronizationError withRecordedDateTime(OffsetDateTime recordedDateTime)
public EducationSynchronizationError withReportableIdentifier(String reportableIdentifier)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic EducationSynchronizationError patch()
this with changed fields reset.public EducationSynchronizationError put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.