Uses of Class
odata.msgraph.client.identitygovernance.entity.Task
-
Packages that use Task Package Description odata.msgraph.client.identitygovernance.entity -
-
Uses of Task in odata.msgraph.client.identitygovernance.entity
Fields in odata.msgraph.client.identitygovernance.entity with type parameters of type Task Modifier and Type Field Description protected List<Task>WorkflowBase. tasksprotected List<Task>WorkflowTemplate. tasksMethods in odata.msgraph.client.identitygovernance.entity that return Task Modifier and Type Method Description TaskTask.Builder. build()TaskTask. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TaskTask. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TaskTask. withArguments(List<KeyValuePair> arguments)TaskTask. withCategory(LifecycleTaskCategory category)TaskTask. withContinueOnError(Boolean continueOnError)TaskTask. withDescription(String description)TaskTask. withDisplayName(String displayName)TaskTask. withExecutionSequence(Integer executionSequence)TaskTask. withIsEnabled(Boolean isEnabled)TaskTask. withTaskDefinitionId(String taskDefinitionId)TaskTask. withTaskProcessingResults(List<TaskProcessingResult> taskProcessingResults)Returns an immutable copy ofthiswith just thetaskProcessingResultsfield changed.TaskTask. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.identitygovernance.entity with parameters of type Task Modifier and Type Method Description Workflow.BuilderWorkflow.Builder. tasks(Task... tasks)WorkflowTemplate.BuilderWorkflowTemplate.Builder. tasks(Task... tasks)Org.OData.Capabilities.V1.DeleteRestrictionsWorkflowVersion.BuilderWorkflowVersion.Builder. tasks(Task... tasks)Method parameters in odata.msgraph.client.identitygovernance.entity with type arguments of type Task Modifier and Type Method Description Workflow.BuilderWorkflow.Builder. tasks(List<Task> tasks)WorkflowTemplate.BuilderWorkflowTemplate.Builder. tasks(List<Task> tasks)Org.OData.Capabilities.V1.DeleteRestrictionsWorkflowVersion.BuilderWorkflowVersion.Builder. tasks(List<Task> tasks)WorkflowBaseWorkflowBase. withTasks(List<Task> tasks)WorkflowTemplateWorkflowTemplate. withTasks(List<Task> tasks)Returns an immutable copy ofthiswith just thetasksfield changed.
-