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>
Defines values for MicrosoftGraphExternalAudienceScope.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphExternalAudienceScope
ALL
Static value all for MicrosoftGraphExternalAudienceScope.static MicrosoftGraphExternalAudienceScope
CONTACTS_ONLY
Static value contactsOnly for MicrosoftGraphExternalAudienceScope.static MicrosoftGraphExternalAudienceScope
NONE
Static value none for MicrosoftGraphExternalAudienceScope.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphExternalAudienceScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphExternalAudienceScope
fromString(String name)
Creates or finds a MicrosoftGraphExternalAudienceScope from its string representation.static Collection<MicrosoftGraphExternalAudienceScope>
values()
-
-
-
Field Detail
-
NONE
public static final MicrosoftGraphExternalAudienceScope NONE
Static value none for MicrosoftGraphExternalAudienceScope.
-
CONTACTS_ONLY
public static final MicrosoftGraphExternalAudienceScope CONTACTS_ONLY
Static value contactsOnly for MicrosoftGraphExternalAudienceScope.
-
ALL
public static final MicrosoftGraphExternalAudienceScope ALL
Static value all for MicrosoftGraphExternalAudienceScope.
-
-
Method Detail
-
fromString
public static MicrosoftGraphExternalAudienceScope fromString(String name)
Creates or finds a MicrosoftGraphExternalAudienceScope from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphExternalAudienceScope.
-
values
public static Collection<MicrosoftGraphExternalAudienceScope> values()
- Returns:
- known MicrosoftGraphExternalAudienceScope values.
-
-