Class BulkSetIssuePropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.BulkSetIssuePropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkSetIssuePropertyOperationSpec
extends Object
BulkSetIssuePropertySpec
Specification for the BulkSetIssueProperty operation.
Bulk set issue property
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBulkSetIssuePropertyOperationSpec(String propertyKey, BulkIssuePropertyUpdateRequest bulkIssuePropertyUpdateRequest) Constructs a validated instance ofBulkSetIssuePropertyOperationSpec.Constructs a validated instance ofBulkSetIssuePropertyOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()@NotNull BulkIssuePropertyUpdateRequestbulkIssuePropertyUpdateRequest(@NotNull BulkIssuePropertyUpdateRequest bulkIssuePropertyUpdateRequest) protected booleanbooleaninthashCode()@NotNull StringThe key of the property.propertyKey(@NotNull String propertyKey) The key of the property.toString()voidvalidate()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
-
BulkSetIssuePropertyOperationSpec
@Internal public BulkSetIssuePropertyOperationSpec(Consumer<BulkSetIssuePropertyOperationSpec> spec) Constructs a validated instance ofBulkSetIssuePropertyOperationSpec.- Parameters:
spec- the specification to process
-
BulkSetIssuePropertyOperationSpec
@Internal public BulkSetIssuePropertyOperationSpec(String propertyKey, BulkIssuePropertyUpdateRequest bulkIssuePropertyUpdateRequest) Constructs a validated instance ofBulkSetIssuePropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
propertyKey- The key of the property. The maximum length is 255 characters.bulkIssuePropertyUpdateRequest-
-
BulkSetIssuePropertyOperationSpec
protected BulkSetIssuePropertyOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
propertyKey
The key of the property. The maximum length is 255 characters. -
bulkIssuePropertyUpdateRequest
-
propertyKey
The key of the property. The maximum length is 255 characters.- Returns:
this.
-
bulkIssuePropertyUpdateRequest
public BulkSetIssuePropertyOperationSpec bulkIssuePropertyUpdateRequest(@NotNull @NotNull BulkIssuePropertyUpdateRequest bulkIssuePropertyUpdateRequest) - Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-