Uses of Class
com.microsoft.graph.models.EducationClass
Packages that use EducationClass
-
Uses of EducationClass in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationClassModifier and TypeMethodDescriptionstatic EducationClassEducationClass.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 EducationClassModifier and TypeMethodDescriptionEducationRoot.getClasses()Gets the classes property value.EducationSchool.getClasses()Gets the classes property value.EducationUser.getClasses()Gets the classes property value.EducationUser.getTaughtClasses()Gets the taughtClasses property value.EducationClassCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type EducationClassModifier and TypeMethodDescriptionvoidEducationRoot.setClasses(List<EducationClass> value) Sets the classes property value.voidEducationSchool.setClasses(List<EducationClass> value) Sets the classes property value.voidEducationUser.setClasses(List<EducationClass> value) Sets the classes property value.voidEducationUser.setTaughtClasses(List<EducationClass> value) Sets the taughtClasses property value.voidEducationClassCollectionResponse.setValue(List<EducationClass> value) Sets the value property value.