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