public class EducationCourse extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationCourse.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
courseNumber |
protected String |
description |
protected String |
displayName |
protected String |
externalId |
protected String |
odataType |
protected String |
subject |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EducationCourse() |
| Modifier and Type | Method and Description |
|---|---|
static EducationCourse.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCourseNumber() |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<String> |
getExternalId() |
Optional<String> |
getSubject() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationCourse |
withCourseNumber(String courseNumber) |
EducationCourse |
withDescription(String description) |
EducationCourse |
withDisplayName(String displayName) |
EducationCourse |
withExternalId(String externalId) |
EducationCourse |
withSubject(String subject) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String subject
protected String courseNumber
protected String description
protected String displayName
protected String externalId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic EducationCourse withSubject(String subject)
public EducationCourse withCourseNumber(String courseNumber)
public EducationCourse withDescription(String description)
public EducationCourse withDisplayName(String displayName)
public EducationCourse withExternalId(String externalId)
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 EducationCourse.Builder builder()
Copyright © 2018–2020. All rights reserved.