Uses of Class
odata.msgraph.client.identitygovernance.complex.WorkflowExecutionConditions
-
Packages that use WorkflowExecutionConditions Package Description odata.msgraph.client.identitygovernance.complex odata.msgraph.client.identitygovernance.entity -
-
Uses of WorkflowExecutionConditions in odata.msgraph.client.identitygovernance.complex
Subclasses of WorkflowExecutionConditions in odata.msgraph.client.identitygovernance.complex Modifier and Type Class Description classOnDemandExecutionOnlyclassTriggerAndScopeBasedConditionsMethods in odata.msgraph.client.identitygovernance.complex that return WorkflowExecutionConditions Modifier and Type Method Description WorkflowExecutionConditionsWorkflowExecutionConditions. withUnmappedField(String name, Object value) -
Uses of WorkflowExecutionConditions in odata.msgraph.client.identitygovernance.entity
Fields in odata.msgraph.client.identitygovernance.entity declared as WorkflowExecutionConditions Modifier and Type Field Description protected WorkflowExecutionConditionsWorkflowBase. executionConditionsprotected WorkflowExecutionConditionsWorkflowTemplate. executionConditionsMethods in odata.msgraph.client.identitygovernance.entity that return types with arguments of type WorkflowExecutionConditions Modifier and Type Method Description Optional<WorkflowExecutionConditions>WorkflowBase. getExecutionConditions()Optional<WorkflowExecutionConditions>WorkflowTemplate. getExecutionConditions()Methods in odata.msgraph.client.identitygovernance.entity with parameters of type WorkflowExecutionConditions Modifier and Type Method Description Workflow.BuilderWorkflow.Builder. executionConditions(WorkflowExecutionConditions executionConditions)WorkflowTemplate.BuilderWorkflowTemplate.Builder. executionConditions(WorkflowExecutionConditions executionConditions)WorkflowVersion.BuilderWorkflowVersion.Builder. executionConditions(WorkflowExecutionConditions executionConditions)WorkflowBaseWorkflowBase. withExecutionConditions(WorkflowExecutionConditions executionConditions)WorkflowTemplateWorkflowTemplate. withExecutionConditions(WorkflowExecutionConditions executionConditions)
-