Uses of Enum
com.microsoft.graph.models.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TaskStatusModifier and TypeMethodDescriptionstatic TaskStatusTodoTask.getStatus()Gets the status property value.static TaskStatusReturns 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.Methods in com.microsoft.graph.models with parameters of type TaskStatusModifier and TypeMethodDescriptionvoidTodoTask.setStatus(TaskStatus value) Sets the status property value.