public class EducationFeedback extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationFeedback.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected IdentitySet |
feedbackBy |
protected OffsetDateTime |
feedbackDateTime |
protected String |
odataType |
protected EducationItemBody |
text |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EducationFeedback() |
| Modifier and Type | Method and Description |
|---|---|
static EducationFeedback.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<IdentitySet> |
getFeedbackBy() |
Optional<OffsetDateTime> |
getFeedbackDateTime() |
Optional<EducationItemBody> |
getText() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationFeedback |
withFeedbackBy(IdentitySet feedbackBy) |
EducationFeedback |
withFeedbackDateTime(OffsetDateTime feedbackDateTime) |
EducationFeedback |
withText(EducationItemBody text) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected EducationItemBody text
protected OffsetDateTime feedbackDateTime
protected IdentitySet feedbackBy
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<EducationItemBody> getText()
public EducationFeedback withText(EducationItemBody text)
public Optional<OffsetDateTime> getFeedbackDateTime()
public EducationFeedback withFeedbackDateTime(OffsetDateTime feedbackDateTime)
public Optional<IdentitySet> getFeedbackBy()
public EducationFeedback withFeedbackBy(IdentitySet feedbackBy)
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.ODataTypepublic static EducationFeedback.Builder builder()
Copyright © 2018–2020. All rights reserved.