Uses of Class
com.microsoft.graph.models.EducationSchool
Packages that use EducationSchool
-
Uses of EducationSchool in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationSchoolModifier and TypeMethodDescriptionstatic EducationSchoolEducationSchool.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type EducationSchoolModifier and TypeMethodDescriptionEducationClass.getSchools()Gets the schools property value.EducationRoot.getSchools()Gets the schools property value.EducationUser.getSchools()Gets the schools property value.EducationSchoolCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type EducationSchoolModifier and TypeMethodDescriptionvoidEducationClass.setSchools(List<EducationSchool> value) Sets the schools property value.voidEducationRoot.setSchools(List<EducationSchool> value) Sets the schools property value.voidEducationUser.setSchools(List<EducationSchool> value) Sets the schools property value.voidEducationSchoolCollectionResponse.setValue(List<EducationSchool> value) Sets the value property value.