MicrosoftGraphExternalAudienceScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphExternalAudienceScope
- com.
- com.
public final class MicrosoftGraphExternalAudienceScope
extends ExpandableStringEnum<MicrosoftGraphExternalAudienceScope>
externalAudienceScope.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
ALL
Static value all for Microsoft |
static final
Microsoft |
CONTACTS_ONLY
Static value contacts |
static final
Microsoft |
NONE
Static value none for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphExternalAudienceScope() |
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
ALL
public static final MicrosoftGraphExternalAudienceScope ALL
Static value all for MicrosoftGraphExternalAudienceScope.
CONTACTS_ONLY
public static final MicrosoftGraphExternalAudienceScope CONTACTS_ONLY
Static value contactsOnly for MicrosoftGraphExternalAudienceScope.
NONE
public static final MicrosoftGraphExternalAudienceScope NONE
Static value none for MicrosoftGraphExternalAudienceScope.
Constructor Details
MicrosoftGraphExternalAudienceScope
@Deprecated
public MicrosoftGraphExternalAudienceScope()
Deprecated
Creates a new instance of MicrosoftGraphExternalAudienceScope value.
Method Details
fromString
public static MicrosoftGraphExternalAudienceScope fromString(String name)
Creates or finds a MicrosoftGraphExternalAudienceScope from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphExternalAudienceScope values.
Returns:
Applies to
Azure SDK for Java