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