MicrosoftGraphDelegateMeetingMessageDeliveryOptions Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDelegateMeetingMessageDeliveryOptions
- com.
- com.
public final class MicrosoftGraphDelegateMeetingMessageDeliveryOptions
extends ExpandableStringEnum<MicrosoftGraphDelegateMeetingMessageDeliveryOptions>
delegateMeetingMessageDeliveryOptions.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
SEND_TO_DELEGATE_AND_INFORMATION_TO_PRINCIPAL
Static value send |
static final
Microsoft |
SEND_TO_DELEGATE_AND_PRINCIPAL
Static value send |
static final
Microsoft |
SEND_TO_DELEGATE_ONLY
Static value send |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphDelegateMeetingMessageDeliveryOptions() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SEND_TO_DELEGATE_AND_INFORMATION_TO_PRINCIPAL
public static final MicrosoftGraphDelegateMeetingMessageDeliveryOptions SEND_TO_DELEGATE_AND_INFORMATION_TO_PRINCIPAL
Static value sendToDelegateAndInformationToPrincipal for MicrosoftGraphDelegateMeetingMessageDeliveryOptions.
SEND_TO_DELEGATE_AND_PRINCIPAL
public static final MicrosoftGraphDelegateMeetingMessageDeliveryOptions SEND_TO_DELEGATE_AND_PRINCIPAL
Static value sendToDelegateAndPrincipal for MicrosoftGraphDelegateMeetingMessageDeliveryOptions.
SEND_TO_DELEGATE_ONLY
public static final MicrosoftGraphDelegateMeetingMessageDeliveryOptions SEND_TO_DELEGATE_ONLY
Static value sendToDelegateOnly for MicrosoftGraphDelegateMeetingMessageDeliveryOptions.
Constructor Details
MicrosoftGraphDelegateMeetingMessageDeliveryOptions
@Deprecated
public MicrosoftGraphDelegateMeetingMessageDeliveryOptions()
Deprecated
Creates a new instance of MicrosoftGraphDelegateMeetingMessageDeliveryOptions value.
Method Details
fromString
public static MicrosoftGraphDelegateMeetingMessageDeliveryOptions fromString(String name)
Creates or finds a MicrosoftGraphDelegateMeetingMessageDeliveryOptions from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphDelegateMeetingMessageDeliveryOptions values.
Returns:
Applies to
Azure SDK for Java