Package org.bremersee.keycloak.api.model
Class WorkflowRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.WorkflowRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class WorkflowRepresentation
extends Object
WorkflowRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStepsItem(WorkflowStepRepresentation stepsItem) cancelInProgress(String cancelInProgress) concurrency(WorkflowConcurrencyRepresentation concurrency) booleanGet cancelInProgressGet concurrencyGet enabledgetId()Get idgetIf()Get _ifgetName()Get namegetOn()Get onGet restartInProgressGet schedule@Valid WorkflowStateRepresentationgetState()Get state@Valid List<@Valid WorkflowStepRepresentation> getSteps()Get stepsgetWith()Get withinthashCode()putWithItem(String key, List<String> withItem) restartInProgress(String restartInProgress) schedule(WorkflowScheduleRepresentation schedule) voidsetCancelInProgress(String cancelInProgress) voidsetConcurrency(WorkflowConcurrencyRepresentation concurrency) voidsetEnabled(Boolean enabled) voidvoidvoidvoidvoidsetRestartInProgress(String restartInProgress) voidsetSchedule(WorkflowScheduleRepresentation schedule) voidvoidsetSteps(List<@Valid WorkflowStepRepresentation> steps) voidstate(WorkflowStateRepresentation state) steps(List<@Valid WorkflowStepRepresentation> steps) toString()
-
Constructor Details
-
WorkflowRepresentation
public WorkflowRepresentation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
enabled
-
getEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
on
-
getOn
Get on- Returns:
- on
-
setOn
-
schedule
-
getSchedule
Get schedule- Returns:
- schedule
-
setSchedule
-
concurrency
-
getConcurrency
Get concurrency- Returns:
- concurrency
-
setConcurrency
-
_if
-
getIf
Get _if- Returns:
- _if
-
setIf
-
steps
-
addStepsItem
-
getSteps
Get steps- Returns:
- steps
-
setSteps
-
state
-
getState
Get state- Returns:
- state
-
setState
-
with
-
putWithItem
-
getWith
Get with- Returns:
- with
-
setWith
-
cancelInProgress
-
getCancelInProgress
Get cancelInProgress- Returns:
- cancelInProgress
-
setCancelInProgress
-
restartInProgress
-
getRestartInProgress
Get restartInProgress- Returns:
- restartInProgress
-
setRestartInProgress
-
equals
-
hashCode
public int hashCode() -
toString
-