Klasse CreateStatusesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreateStatusesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateStatusesOperationSpec
extends Object
CreateStatusesSpec
Specification for the CreateStatuses operation.
Bulk create statuses
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateStatusesOperationSpec
(StatusCreateRequest statusCreateRequest) Constructs a validated instance ofCreateStatusesOperationSpec
.Constructs a validated instance ofCreateStatusesOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull StatusCreateRequest
Details of the statuses being created and their scope.statusCreateRequest
(@NotNull StatusCreateRequest statusCreateRequest) Details of the statuses being created and their scope.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
CreateStatusesOperationSpec
Constructs a validated instance ofCreateStatusesOperationSpec
.- Parameter:
spec
- the specification to process
-
CreateStatusesOperationSpec
Constructs a validated instance ofCreateStatusesOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
statusCreateRequest
- Details of the statuses being created and their scope.
-
CreateStatusesOperationSpec
protected CreateStatusesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
statusCreateRequest
Details of the statuses being created and their scope. -
statusCreateRequest
public CreateStatusesOperationSpec statusCreateRequest(@NotNull @NotNull StatusCreateRequest statusCreateRequest) Details of the statuses being created and their scope.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-