Uses of Class
org.bremersee.keycloak.api.model.WorkflowStepRepresentation
Packages that use WorkflowStepRepresentation
-
Uses of WorkflowStepRepresentation in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return WorkflowStepRepresentationModifier and TypeMethodDescriptionWorkflowStepRepresentation.putConfigItem(String key, List<String> configItem) WorkflowStepRepresentation.scheduledAt(Long scheduledAt) WorkflowStepRepresentation.status(StepExecutionStatus status) Methods in org.bremersee.keycloak.api.model that return types with arguments of type WorkflowStepRepresentationModifier and TypeMethodDescription@Valid List<@Valid WorkflowStepRepresentation> WorkflowRepresentation.getSteps()Get stepsMethods in org.bremersee.keycloak.api.model with parameters of type WorkflowStepRepresentationModifier and TypeMethodDescriptionWorkflowRepresentation.addStepsItem(WorkflowStepRepresentation stepsItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type WorkflowStepRepresentationModifier and TypeMethodDescriptionvoidWorkflowRepresentation.setSteps(List<@Valid WorkflowStepRepresentation> steps) WorkflowRepresentation.steps(List<@Valid WorkflowStepRepresentation> steps)