Uses of Class
odata.msgraph.client.enums.TeamsAsyncOperationStatus
-
Packages that use TeamsAsyncOperationStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of TeamsAsyncOperationStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TeamsAsyncOperationStatus Modifier and Type Field Description protected TeamsAsyncOperationStatusTeamsAsyncOperation. statusMethods in odata.msgraph.client.entity that return types with arguments of type TeamsAsyncOperationStatus Modifier and Type Method Description Optional<TeamsAsyncOperationStatus>TeamsAsyncOperation. getStatus()Methods in odata.msgraph.client.entity with parameters of type TeamsAsyncOperationStatus Modifier and Type Method Description TeamsAsyncOperation.BuilderTeamsAsyncOperation.Builder. status(TeamsAsyncOperationStatus status)TeamsAsyncOperationTeamsAsyncOperation. withStatus(TeamsAsyncOperationStatus status) -
Uses of TeamsAsyncOperationStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return TeamsAsyncOperationStatus Modifier and Type Method Description static TeamsAsyncOperationStatusTeamsAsyncOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamsAsyncOperationStatus[]TeamsAsyncOperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-