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