Uses of Class
odata.msgraph.client.beta.enums.RecipientScopeType
-
Packages that use RecipientScopeType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RecipientScopeType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RecipientScopeType Modifier and Type Field Description protected RecipientScopeTypeMailTips. recipientScopeMethods in odata.msgraph.client.beta.complex that return types with arguments of type RecipientScopeType Modifier and Type Method Description Optional<RecipientScopeType>MailTips. getRecipientScope()Methods in odata.msgraph.client.beta.complex with parameters of type RecipientScopeType Modifier and Type Method Description MailTips.BuilderMailTips.Builder. recipientScope(RecipientScopeType recipientScope)MailTipsMailTips. withRecipientScope(RecipientScopeType recipientScope) -
Uses of RecipientScopeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RecipientScopeType Modifier and Type Method Description static RecipientScopeTypeRecipientScopeType. valueOf(String name)Returns 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.
-