Uses of Enum
com.microsoft.graph.models.TeamsAsyncOperationType
Packages that use TeamsAsyncOperationType
-
Uses of TeamsAsyncOperationType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamsAsyncOperationTypeModifier and TypeMethodDescriptionstatic TeamsAsyncOperationTypeTeamsAsyncOperation.getOperationType()Gets the operationType property value.static TeamsAsyncOperationTypeReturns the enum constant of this type with the specified name.static TeamsAsyncOperationType[]TeamsAsyncOperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type TeamsAsyncOperationTypeModifier and TypeMethodDescriptionvoidTeamsAsyncOperation.setOperationType(TeamsAsyncOperationType value) Sets the operationType property value.