Uses of Enum
com.microsoft.graph.models.RecipientScopeType
Packages that use RecipientScopeType
-
Uses of RecipientScopeType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RecipientScopeTypeModifier and TypeMethodDescriptionstatic RecipientScopeTypestatic RecipientScopeTypeReturns the enum constant of this type with the specified name.static RecipientScopeType[]RecipientScopeType.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 RecipientScopeTypeModifier and TypeMethodDescriptionMailTips.getRecipientScope()Gets the recipientScope property value.Method parameters in com.microsoft.graph.models with type arguments of type RecipientScopeTypeModifier and TypeMethodDescriptionvoidMailTips.setRecipientScope(EnumSet<RecipientScopeType> value) Sets the recipientScope property value.