MicrosoftGraphTeamsAppDistributionMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTeamsAppDistributionMethod
- com.
- com.
public final class MicrosoftGraphTeamsAppDistributionMethod
extends ExpandableStringEnum<MicrosoftGraphTeamsAppDistributionMethod>
teamsAppDistributionMethod.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
ORGANIZATION
Static value organization for Microsoft |
static final
Microsoft |
SIDELOADED
Static value sideloaded for Microsoft |
static final
Microsoft |
STORE
Static value store for Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTeamsAppDistributionMethod() |
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
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
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:
Returns:
values
public static Collection
Gets known MicrosoftGraphTeamsAppDistributionMethod values.
Returns:
Applies to
Azure SDK for Java