Class DeleteIssuePropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteIssuePropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteIssuePropertyOperationSpec
extends Object
DeleteIssuePropertySpec
Specification for the DeleteIssueProperty operation.
Delete 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
ConstructorsModifierConstructorDescriptionprotectedDeleteIssuePropertyOperationSpec(String issueIdOrKey, String propertyKey) Constructs a validated instance ofDeleteIssuePropertyOperationSpec.Constructs a validated instance ofDeleteIssuePropertyOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@NotNull StringThe key or ID of the issue.issueIdOrKey(@NotNull String issueIdOrKey) The key or ID of the issue.@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
-
DeleteIssuePropertyOperationSpec
Constructs a validated instance ofDeleteIssuePropertyOperationSpec.- Parameters:
spec- the specification to process
-
DeleteIssuePropertyOperationSpec
Constructs a validated instance ofDeleteIssuePropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
issueIdOrKey- The key or ID of the issue.propertyKey- The key of the property.
-
DeleteIssuePropertyOperationSpec
protected DeleteIssuePropertyOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
issueIdOrKey
The key or ID of the issue. -
propertyKey
The key of the property. -
issueIdOrKey
The key or ID of the issue.- Returns:
this.
-
propertyKey
The key of the property.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-