Uses of Class
com.microsoft.graph.models.EducationUser
Packages that use EducationUser
-
Uses of EducationUser in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationUserModifier and TypeMethodDescriptionstatic EducationUserEducationUser.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEducationRoot.getMe()Gets the me property value.Methods in com.microsoft.graph.models that return types with arguments of type EducationUserModifier and TypeMethodDescriptionEducationClass.getMembers()Gets the members property value.EducationClass.getTeachers()Gets the teachers property value.EducationRoot.getUsers()Gets the users property value.EducationSchool.getUsers()Gets the users property value.EducationUserCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type EducationUserModifier and TypeMethodDescriptionvoidEducationRoot.setMe(EducationUser value) Sets the me property value.Method parameters in com.microsoft.graph.models with type arguments of type EducationUserModifier and TypeMethodDescriptionvoidEducationClass.setMembers(List<EducationUser> value) Sets the members property value.voidEducationClass.setTeachers(List<EducationUser> value) Sets the teachers property value.voidEducationRoot.setUsers(List<EducationUser> value) Sets the users property value.voidEducationSchool.setUsers(List<EducationUser> value) Sets the users property value.voidEducationUserCollectionResponse.setValue(List<EducationUser> value) Sets the value property value.