Uses of Enum
com.microsoft.graph.models.EducationUserRole
Packages that use EducationUserRole
-
Uses of EducationUserRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationUserRoleModifier and TypeMethodDescriptionstatic EducationUserRoleEducationUser.getPrimaryRole()Gets the primaryRole property value.static EducationUserRoleReturns the enum constant of this type with the specified name.static EducationUserRole[]EducationUserRole.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type EducationUserRoleModifier and TypeMethodDescriptionvoidEducationUser.setPrimaryRole(EducationUserRole value) Sets the primaryRole property value.