Package odata.msgraph.client.complex
Class EducationAssignmentGrade
- java.lang.Object
-
- odata.msgraph.client.complex.EducationAssignmentGrade
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
EducationAssignmentPointsGrade
public class EducationAssignmentGrade extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IdentitySetgradedByprotected OffsetDateTimegradedDateTimeprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedEducationAssignmentGrade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<IdentitySet>getGradedBy()Optional<OffsetDateTime>getGradedDateTime()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()EducationAssignmentGradewithGradedBy(IdentitySet gradedBy)EducationAssignmentGradewithGradedDateTime(OffsetDateTime gradedDateTime)EducationAssignmentGradewithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
gradedBy
protected IdentitySet gradedBy
-
gradedDateTime
protected OffsetDateTime gradedDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getGradedBy
public Optional<IdentitySet> getGradedBy()
-
withGradedBy
public EducationAssignmentGrade withGradedBy(IdentitySet gradedBy)
-
getGradedDateTime
public Optional<OffsetDateTime> getGradedDateTime()
-
withGradedDateTime
public EducationAssignmentGrade withGradedDateTime(OffsetDateTime gradedDateTime)
-
withUnmappedField
public EducationAssignmentGrade withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
-