MicrosoftGraphExternalAudienceScope Class

public final class MicrosoftGraphExternalAudienceScope
extends ExpandableStringEnum<MicrosoftGraphExternalAudienceScope>

externalAudienceScope.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphExternalAudienceScope ALL

Static value all for MicrosoftGraphExternalAudienceScope.

static final MicrosoftGraphExternalAudienceScope CONTACTS_ONLY

Static value contactsOnly for MicrosoftGraphExternalAudienceScope.

static final MicrosoftGraphExternalAudienceScope NONE

Static value none for MicrosoftGraphExternalAudienceScope.

Constructor Summary

Constructor Description
MicrosoftGraphExternalAudienceScope()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphExternalAudienceScope value.

Method Summary

Modifier and Type Method and Description
static MicrosoftGraphExternalAudienceScope fromString(String name)

Creates or finds a MicrosoftGraphExternalAudienceScope from its string representation.

static Collection<MicrosoftGraphExternalAudienceScope> values()

Gets known MicrosoftGraphExternalAudienceScope values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphExternalAudienceScope.

values

public static Collection values()

Gets known MicrosoftGraphExternalAudienceScope values.

Returns:

known MicrosoftGraphExternalAudienceScope values.

Applies to