public class EducationStudent extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationStudent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
birthDate |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
externalId |
protected EducationGender |
gender |
protected String |
grade |
protected String |
graduationYear |
protected String |
odataType |
protected String |
studentNumber |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EducationStudent() |
| Modifier and Type | Method and Description |
|---|---|
static EducationStudent.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<LocalDate> |
getBirthDate() |
Optional<String> |
getExternalId() |
Optional<EducationGender> |
getGender() |
Optional<String> |
getGrade() |
Optional<String> |
getGraduationYear() |
Optional<String> |
getStudentNumber() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EducationStudent |
withBirthDate(LocalDate birthDate) |
EducationStudent |
withExternalId(String externalId) |
EducationStudent |
withGender(EducationGender gender) |
EducationStudent |
withGrade(String grade) |
EducationStudent |
withGraduationYear(String graduationYear) |
EducationStudent |
withStudentNumber(String studentNumber) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String graduationYear
protected String grade
protected LocalDate birthDate
protected EducationGender gender
protected String studentNumber
protected String externalId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic EducationStudent withGraduationYear(String graduationYear)
public EducationStudent withGrade(String grade)
public EducationStudent withBirthDate(LocalDate birthDate)
public Optional<EducationGender> getGender()
public EducationStudent withGender(EducationGender gender)
public EducationStudent withStudentNumber(String studentNumber)
public EducationStudent 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 EducationStudent.Builder builder()
Copyright © 2018–2020. All rights reserved.