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