Package odata.msgraph.client.complex
Class EducationCourse
- java.lang.Object
-
- odata.msgraph.client.complex.EducationCourse
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EducationCourse extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEducationCourse.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringcourseNumberprotected Stringdescriptionprotected StringdisplayNameprotected StringexternalIdprotected StringodataTypeprotected Stringsubjectprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedEducationCourse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EducationCourse.Builderbuilder()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()EducationCoursewithCourseNumber(String courseNumber)EducationCoursewithDescription(String description)EducationCoursewithDisplayName(String displayName)EducationCoursewithExternalId(String externalId)EducationCoursewithSubject(String subject)EducationCoursewithUnmappedField(String name, String 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
-
courseNumber
protected String courseNumber
-
description
protected String description
-
displayName
protected String displayName
-
externalId
protected String externalId
-
subject
protected String subject
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCourseNumber
public EducationCourse withCourseNumber(String courseNumber)
-
withDescription
public EducationCourse withDescription(String description)
-
withDisplayName
public EducationCourse withDisplayName(String displayName)
-
withExternalId
public EducationCourse withExternalId(String externalId)
-
withSubject
public EducationCourse withSubject(String subject)
-
withUnmappedField
public EducationCourse withUnmappedField(String name, String 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
-
builder
public static EducationCourse.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-