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