Class EducationSynchronizationCustomizations
- java.lang.Object
-
- odata.msgraph.client.beta.complex.EducationSynchronizationCustomizationsBase
-
- odata.msgraph.client.beta.complex.EducationSynchronizationCustomizations
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EducationSynchronizationCustomizations extends EducationSynchronizationCustomizationsBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEducationSynchronizationCustomizations.Builder
-
Field Summary
Fields Modifier and Type Field Description protected EducationSynchronizationCustomizationschoolprotected EducationSynchronizationCustomizationsectionprotected EducationSynchronizationCustomizationstudentprotected EducationSynchronizationCustomizationstudentEnrollmentprotected EducationSynchronizationCustomizationteacherprotected EducationSynchronizationCustomizationteacherRoster-
Fields inherited from class odata.msgraph.client.beta.complex.EducationSynchronizationCustomizationsBase
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEducationSynchronizationCustomizations()
-
Method Summary
-
-
-
Field Detail
-
school
protected EducationSynchronizationCustomization school
-
section
protected EducationSynchronizationCustomization section
-
student
protected EducationSynchronizationCustomization student
-
studentEnrollment
protected EducationSynchronizationCustomization studentEnrollment
-
teacher
protected EducationSynchronizationCustomization teacher
-
teacherRoster
protected EducationSynchronizationCustomization teacherRoster
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEducationSynchronizationCustomizationsBase
-
getSchool
public Optional<EducationSynchronizationCustomization> getSchool()
-
withSchool
public EducationSynchronizationCustomizations withSchool(EducationSynchronizationCustomization school)
-
getSection
public Optional<EducationSynchronizationCustomization> getSection()
-
withSection
public EducationSynchronizationCustomizations withSection(EducationSynchronizationCustomization section)
-
getStudent
public Optional<EducationSynchronizationCustomization> getStudent()
-
withStudent
public EducationSynchronizationCustomizations withStudent(EducationSynchronizationCustomization student)
-
getStudentEnrollment
public Optional<EducationSynchronizationCustomization> getStudentEnrollment()
-
withStudentEnrollment
public EducationSynchronizationCustomizations withStudentEnrollment(EducationSynchronizationCustomization studentEnrollment)
-
getTeacher
public Optional<EducationSynchronizationCustomization> getTeacher()
-
withTeacher
public EducationSynchronizationCustomizations withTeacher(EducationSynchronizationCustomization teacher)
-
getTeacherRoster
public Optional<EducationSynchronizationCustomization> getTeacherRoster()
-
withTeacherRoster
public EducationSynchronizationCustomizations withTeacherRoster(EducationSynchronizationCustomization teacherRoster)
-
withUnmappedField
public EducationSynchronizationCustomizations withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEducationSynchronizationCustomizationsBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEducationSynchronizationCustomizationsBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEducationSynchronizationCustomizationsBase
-
builderEducationSynchronizationCustomizations
public static EducationSynchronizationCustomizations.Builder builderEducationSynchronizationCustomizations()
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
-
toString
public String toString()
- Overrides:
toStringin classEducationSynchronizationCustomizationsBase
-
-