public class EducationRubric extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EducationRubric.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IdentitySet |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected EducationItemBody |
description |
protected String |
displayName |
protected EducationAssignmentGradeType |
grading |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected List<RubricLevel> |
levels |
protected String |
levelsNextLink |
protected List<RubricQuality> |
qualities |
protected String |
qualitiesNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EducationRubric() |
| Modifier and Type | Method and Description |
|---|---|
static EducationRubric.Builder |
builderEducationRubric()
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<IdentitySet> |
getCreatedBy() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<EducationItemBody> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<EducationAssignmentGradeType> |
getGrading() |
Optional<IdentitySet> |
getLastModifiedBy() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
com.github.davidmoten.odata.client.CollectionPage<RubricLevel> |
getLevels() |
com.github.davidmoten.odata.client.CollectionPage<RubricQuality> |
getQualities() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
EducationRubric |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
EducationRubric |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
EducationRubric |
withCreatedBy(IdentitySet createdBy) |
EducationRubric |
withCreatedDateTime(OffsetDateTime createdDateTime) |
EducationRubric |
withDescription(EducationItemBody description) |
EducationRubric |
withDisplayName(String displayName) |
EducationRubric |
withGrading(EducationAssignmentGradeType grading) |
EducationRubric |
withLastModifiedBy(IdentitySet lastModifiedBy) |
EducationRubric |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
protected String displayName
protected EducationItemBody description
protected List<RubricQuality> qualities
protected String qualitiesNextLink
protected List<RubricLevel> levels
protected String levelsNextLink
protected EducationAssignmentGradeType grading
protected OffsetDateTime createdDateTime
protected IdentitySet createdBy
protected OffsetDateTime lastModifiedDateTime
protected IdentitySet lastModifiedBy
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static EducationRubric.Builder builderEducationRubric()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic EducationRubric withDisplayName(String displayName)
public Optional<EducationItemBody> getDescription()
public EducationRubric withDescription(EducationItemBody description)
public com.github.davidmoten.odata.client.CollectionPage<RubricQuality> getQualities()
public com.github.davidmoten.odata.client.CollectionPage<RubricLevel> getLevels()
public Optional<EducationAssignmentGradeType> getGrading()
public EducationRubric withGrading(EducationAssignmentGradeType grading)
public Optional<OffsetDateTime> getCreatedDateTime()
public EducationRubric withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<IdentitySet> getCreatedBy()
public EducationRubric withCreatedBy(IdentitySet createdBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public EducationRubric withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<IdentitySet> getLastModifiedBy()
public EducationRubric withLastModifiedBy(IdentitySet lastModifiedBy)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic EducationRubric patch()
this with changed fields reset.public EducationRubric put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.