Uses of Enum
com.microsoft.graph.models.UserActivityTypes
Packages that use UserActivityTypes
-
Uses of UserActivityTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserActivityTypesModifier and TypeMethodDescriptionstatic UserActivityTypesstatic UserActivityTypesReturns the enum constant of this type with the specified name.static UserActivityTypes[]UserActivityTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type UserActivityTypesModifier and TypeMethodDescriptionPolicyScopeBase.getActivities()Gets the activities property value.Method parameters in com.microsoft.graph.models with type arguments of type UserActivityTypesModifier and TypeMethodDescriptionvoidPolicyScopeBase.setActivities(EnumSet<UserActivityTypes> value) Sets the activities property value.