MicrosoftGraphTeamsAppDistributionMethod Class

public final class MicrosoftGraphTeamsAppDistributionMethod
extends ExpandableStringEnum<MicrosoftGraphTeamsAppDistributionMethod>

teamsAppDistributionMethod.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphTeamsAppDistributionMethod ORGANIZATION

Static value organization for MicrosoftGraphTeamsAppDistributionMethod.

static final MicrosoftGraphTeamsAppDistributionMethod SIDELOADED

Static value sideloaded for MicrosoftGraphTeamsAppDistributionMethod.

static final MicrosoftGraphTeamsAppDistributionMethod STORE

Static value store for MicrosoftGraphTeamsAppDistributionMethod.

static final MicrosoftGraphTeamsAppDistributionMethod UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphTeamsAppDistributionMethod.

Constructor Summary

Constructor Description
MicrosoftGraphTeamsAppDistributionMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphTeamsAppDistributionMethod value.

Method Summary

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

Creates or finds a MicrosoftGraphTeamsAppDistributionMethod from its string representation.

static Collection<MicrosoftGraphTeamsAppDistributionMethod> values()

Gets known MicrosoftGraphTeamsAppDistributionMethod values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ORGANIZATION

public static final MicrosoftGraphTeamsAppDistributionMethod ORGANIZATION

Static value organization for MicrosoftGraphTeamsAppDistributionMethod.

SIDELOADED

public static final MicrosoftGraphTeamsAppDistributionMethod SIDELOADED

Static value sideloaded for MicrosoftGraphTeamsAppDistributionMethod.

STORE

public static final MicrosoftGraphTeamsAppDistributionMethod STORE

Static value store for MicrosoftGraphTeamsAppDistributionMethod.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphTeamsAppDistributionMethod UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphTeamsAppDistributionMethod.

Constructor Details

MicrosoftGraphTeamsAppDistributionMethod

@Deprecated
public MicrosoftGraphTeamsAppDistributionMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphTeamsAppDistributionMethod value.

Method Details

fromString

public static MicrosoftGraphTeamsAppDistributionMethod fromString(String name)

Creates or finds a MicrosoftGraphTeamsAppDistributionMethod from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphTeamsAppDistributionMethod.

values

public static Collection values()

Gets known MicrosoftGraphTeamsAppDistributionMethod values.

Returns:

known MicrosoftGraphTeamsAppDistributionMethod values.

Applies to