Klasse WorkflowCreateResponse
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCreateResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreateResponse
extends Object
WorkflowCreateResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Set<JiraWorkflowStatus>List of created statuses.protected Set<JiraWorkflow>List of created workflows. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofWorkflowCreateResponse.WorkflowCreateResponse(Set<JiraWorkflowStatus> statuses, Set<JiraWorkflow> workflows) Constructs a validated instance ofWorkflowCreateResponse. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()statuses()List of created statuses.statuses(Set<JiraWorkflowStatus> statuses) List of created statuses.toString()List of created workflows.workflows(Set<JiraWorkflow> workflows) List of created workflows.
-
Felddetails
-
statuses
List of created statuses. -
workflows
List of created workflows.
-
-
Konstruktordetails
-
WorkflowCreateResponse
Constructs a validated instance ofWorkflowCreateResponse.- Parameter:
spec- the specification to process
-
WorkflowCreateResponse
@Internal public WorkflowCreateResponse(Set<JiraWorkflowStatus> statuses, Set<JiraWorkflow> workflows) Constructs a validated instance ofWorkflowCreateResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCreateResponse(Consumer)instead.- Parameter:
statuses- List of created statuses.workflows- List of created workflows.
-
WorkflowCreateResponse
protected WorkflowCreateResponse()
-
-
Methodendetails
-
builder
-
statuses
List of created statuses. -
workflows
List of created workflows. -
statuses
List of created statuses.- Gibt zurück:
this.
-
workflows
List of created workflows.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-