public class EducationalActivity extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationalActivity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
completionMonthYear |
protected LocalDate |
endMonthYear |
protected InstitutionData |
institution |
protected EducationalActivityDetail |
program |
protected LocalDate |
startMonthYear |
allowedAudiences, createdBy, createdDateTime, inference, lastModifiedBy, lastModifiedDateTime, sourcechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EducationalActivity() |
| Modifier and Type | Method and Description |
|---|---|
static EducationalActivity.Builder |
builderEducationalActivity()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<LocalDate> |
getCompletionMonthYear() |
Optional<LocalDate> |
getEndMonthYear() |
Optional<InstitutionData> |
getInstitution() |
Optional<EducationalActivityDetail> |
getProgram() |
Optional<LocalDate> |
getStartMonthYear() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
EducationalActivity |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
EducationalActivity |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
EducationalActivity |
withCompletionMonthYear(LocalDate completionMonthYear) |
EducationalActivity |
withEndMonthYear(LocalDate endMonthYear) |
EducationalActivity |
withInstitution(InstitutionData institution) |
EducationalActivity |
withProgram(EducationalActivityDetail program) |
EducationalActivity |
withStartMonthYear(LocalDate startMonthYear) |
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withLastModifiedBy, withLastModifiedDateTime, withSourceprotected LocalDate completionMonthYear
protected LocalDate endMonthYear
protected InstitutionData institution
protected EducationalActivityDetail program
protected LocalDate startMonthYear
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ItemFacetpublic static EducationalActivity.Builder builderEducationalActivity()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ItemFacetpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ItemFacetpublic EducationalActivity withCompletionMonthYear(LocalDate completionMonthYear)
public EducationalActivity withEndMonthYear(LocalDate endMonthYear)
public Optional<InstitutionData> getInstitution()
public EducationalActivity withInstitution(InstitutionData institution)
public Optional<EducationalActivityDetail> getProgram()
public EducationalActivity withProgram(EducationalActivityDetail program)
public EducationalActivity withStartMonthYear(LocalDate startMonthYear)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ItemFacetpublic EducationalActivity patch()
this with changed fields reset.public EducationalActivity put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.