Uses of Enum
com.microsoft.graph.models.EmailRole
Packages that use EmailRole
-
Uses of EmailRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EmailRoleModifier and TypeMethodDescriptionstatic EmailRoleUserSecurityState.getEmailRole()Gets the emailRole property value.static EmailRoleReturns the enum constant of this type with the specified name.static EmailRole[]EmailRole.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 EmailRoleModifier and TypeMethodDescriptionvoidUserSecurityState.setEmailRole(EmailRole value) Sets the emailRole property value.