Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDelegateMeetingMessageDeliveryOptions
-
Packages that use MicrosoftGraphDelegateMeetingMessageDeliveryOptions Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDelegateMeetingMessageDeliveryOptions in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphDelegateMeetingMessageDeliveryOptions Modifier and Type Field Description static MicrosoftGraphDelegateMeetingMessageDeliveryOptions
MicrosoftGraphDelegateMeetingMessageDeliveryOptions. SEND_TO_DELEGATE_AND_INFORMATION_TO_PRINCIPAL
Static value sendToDelegateAndInformationToPrincipal for MicrosoftGraphDelegateMeetingMessageDeliveryOptions.static MicrosoftGraphDelegateMeetingMessageDeliveryOptions
MicrosoftGraphDelegateMeetingMessageDeliveryOptions. SEND_TO_DELEGATE_AND_PRINCIPAL
Static value sendToDelegateAndPrincipal for MicrosoftGraphDelegateMeetingMessageDeliveryOptions.static MicrosoftGraphDelegateMeetingMessageDeliveryOptions
MicrosoftGraphDelegateMeetingMessageDeliveryOptions. SEND_TO_DELEGATE_ONLY
Static value sendToDelegateOnly for MicrosoftGraphDelegateMeetingMessageDeliveryOptions.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDelegateMeetingMessageDeliveryOptions Modifier and Type Method Description MicrosoftGraphDelegateMeetingMessageDeliveryOptions
MicrosoftGraphMailboxSettings. delegateMeetingMessageDeliveryOptions()
Get the delegateMeetingMessageDeliveryOptions property: The delegateMeetingMessageDeliveryOptions property.static MicrosoftGraphDelegateMeetingMessageDeliveryOptions
MicrosoftGraphDelegateMeetingMessageDeliveryOptions. fromString(String name)
Creates or finds a MicrosoftGraphDelegateMeetingMessageDeliveryOptions from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDelegateMeetingMessageDeliveryOptions Modifier and Type Method Description static Collection<MicrosoftGraphDelegateMeetingMessageDeliveryOptions>
MicrosoftGraphDelegateMeetingMessageDeliveryOptions. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDelegateMeetingMessageDeliveryOptions Modifier and Type Method Description MicrosoftGraphMailboxSettings
MicrosoftGraphMailboxSettings. withDelegateMeetingMessageDeliveryOptions(MicrosoftGraphDelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions)
Set the delegateMeetingMessageDeliveryOptions property: The delegateMeetingMessageDeliveryOptions property.
-