Class MicrosoftGraphExternalAudienceScope
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphExternalAudienceScope>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphExternalAudienceScope
public final class MicrosoftGraphExternalAudienceScope
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphExternalAudienceScope>
externalAudienceScope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphExternalAudienceScopeStatic value all for MicrosoftGraphExternalAudienceScope.static final MicrosoftGraphExternalAudienceScopeStatic value contactsOnly for MicrosoftGraphExternalAudienceScope.static final MicrosoftGraphExternalAudienceScopeStatic value none for MicrosoftGraphExternalAudienceScope. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphExternalAudienceScope from its string representation.values()Gets known MicrosoftGraphExternalAudienceScope values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for MicrosoftGraphExternalAudienceScope. -
CONTACTS_ONLY
Static value contactsOnly for MicrosoftGraphExternalAudienceScope. -
ALL
Static value all for MicrosoftGraphExternalAudienceScope.
-
-
Constructor Details
-
MicrosoftGraphExternalAudienceScope
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphExternalAudienceScope value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphExternalAudienceScope from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphExternalAudienceScope.
-
values
Gets known MicrosoftGraphExternalAudienceScope values.- Returns:
- known MicrosoftGraphExternalAudienceScope values.
-
fromString(String)factory method.