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