Uses of Enum
com.microsoft.graph.models.UserPurpose
Packages that use UserPurpose
-
Uses of UserPurpose in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserPurposeModifier and TypeMethodDescriptionstatic UserPurposeMailboxSettings.getUserPurpose()Gets the userPurpose property value.static UserPurposeReturns the enum constant of this type with the specified name.static UserPurpose[]UserPurpose.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 UserPurposeModifier and TypeMethodDescriptionvoidMailboxSettings.setUserPurpose(UserPurpose value) Sets the userPurpose property value.