Class MicrosoftGraphTeamsAsyncOperationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphTeamsAsyncOperationType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAsyncOperationType
public final class MicrosoftGraphTeamsAsyncOperationType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphTeamsAsyncOperationType>
teamsAsyncOperationType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphTeamsAsyncOperationTypeStatic value archiveTeam for MicrosoftGraphTeamsAsyncOperationType.static final MicrosoftGraphTeamsAsyncOperationTypeStatic value cloneTeam for MicrosoftGraphTeamsAsyncOperationType.static final MicrosoftGraphTeamsAsyncOperationTypeStatic value createTeam for MicrosoftGraphTeamsAsyncOperationType.static final MicrosoftGraphTeamsAsyncOperationTypeStatic value invalid for MicrosoftGraphTeamsAsyncOperationType.static final MicrosoftGraphTeamsAsyncOperationTypeStatic value unarchiveTeam for MicrosoftGraphTeamsAsyncOperationType.static final MicrosoftGraphTeamsAsyncOperationTypeStatic value unknownFutureValue for MicrosoftGraphTeamsAsyncOperationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphTeamsAsyncOperationType from its string representation.values()Gets known MicrosoftGraphTeamsAsyncOperationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INVALID
Static value invalid for MicrosoftGraphTeamsAsyncOperationType. -
CLONE_TEAM
Static value cloneTeam for MicrosoftGraphTeamsAsyncOperationType. -
ARCHIVE_TEAM
Static value archiveTeam for MicrosoftGraphTeamsAsyncOperationType. -
UNARCHIVE_TEAM
Static value unarchiveTeam for MicrosoftGraphTeamsAsyncOperationType. -
CREATE_TEAM
Static value createTeam for MicrosoftGraphTeamsAsyncOperationType. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphTeamsAsyncOperationType.
-
-
Constructor Details
-
MicrosoftGraphTeamsAsyncOperationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphTeamsAsyncOperationType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphTeamsAsyncOperationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphTeamsAsyncOperationType.
-
values
Gets known MicrosoftGraphTeamsAsyncOperationType values.- Returns:
- known MicrosoftGraphTeamsAsyncOperationType values.
-
fromString(String)factory method.