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