Class 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CreateStatusesOperationSpec
(StatusCreateRequest statusCreateRequest) Constructs a validated instance ofCreateStatusesOperationSpec
.Constructs a validated instance ofCreateStatusesOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
CreateStatusesOperationSpec
Constructs a validated instance ofCreateStatusesOperationSpec
.- Parameters:
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.
- Parameters:
statusCreateRequest
- Details of the statuses being created and their scope.
-
CreateStatusesOperationSpec
protected CreateStatusesOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-