Class MicrosoftGraphOnlineMeetingProviderType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnlineMeetingProviderType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnlineMeetingProviderType
public final class MicrosoftGraphOnlineMeetingProviderType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnlineMeetingProviderType>
onlineMeetingProviderType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphOnlineMeetingProviderTypeStatic value skypeForBusiness for MicrosoftGraphOnlineMeetingProviderType.static final MicrosoftGraphOnlineMeetingProviderTypeStatic value skypeForConsumer for MicrosoftGraphOnlineMeetingProviderType.static final MicrosoftGraphOnlineMeetingProviderTypeStatic value teamsForBusiness for MicrosoftGraphOnlineMeetingProviderType.static final MicrosoftGraphOnlineMeetingProviderTypeStatic value unknown for MicrosoftGraphOnlineMeetingProviderType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphOnlineMeetingProviderType from its string representation.values()Gets known MicrosoftGraphOnlineMeetingProviderType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value unknown for MicrosoftGraphOnlineMeetingProviderType. -
SKYPE_FOR_BUSINESS
Static value skypeForBusiness for MicrosoftGraphOnlineMeetingProviderType. -
SKYPE_FOR_CONSUMER
Static value skypeForConsumer for MicrosoftGraphOnlineMeetingProviderType. -
TEAMS_FOR_BUSINESS
Static value teamsForBusiness for MicrosoftGraphOnlineMeetingProviderType.
-
-
Constructor Details
-
MicrosoftGraphOnlineMeetingProviderType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphOnlineMeetingProviderType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphOnlineMeetingProviderType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnlineMeetingProviderType.
-
values
Gets known MicrosoftGraphOnlineMeetingProviderType values.- Returns:
- known MicrosoftGraphOnlineMeetingProviderType values.
-
fromString(String)factory method.