public class EducationResource extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected IdentitySet |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
displayName |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EducationResource() |
| Modifier and Type | Method and Description |
|---|---|
Optional<IdentitySet> |
getCreatedBy() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<String> |
getDisplayName() |
Optional<IdentitySet> |
getLastModifiedBy() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationResource |
withCreatedBy(IdentitySet createdBy) |
EducationResource |
withCreatedDateTime(OffsetDateTime createdDateTime) |
EducationResource |
withDisplayName(String displayName) |
EducationResource |
withLastModifiedBy(IdentitySet lastModifiedBy) |
EducationResource |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String displayName
protected OffsetDateTime createdDateTime
protected IdentitySet createdBy
protected OffsetDateTime lastModifiedDateTime
protected IdentitySet lastModifiedBy
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic EducationResource withDisplayName(String displayName)
public Optional<OffsetDateTime> getCreatedDateTime()
public EducationResource withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<IdentitySet> getCreatedBy()
public EducationResource withCreatedBy(IdentitySet createdBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public EducationResource withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<IdentitySet> getLastModifiedBy()
public EducationResource withLastModifiedBy(IdentitySet lastModifiedBy)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypeCopyright © 2018–2020. All rights reserved.