Class DeleteCommentPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteCommentPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteCommentPropertyOperationSpec
extends Object
DeleteCommentPropertySpec
Specification for the DeleteCommentProperty operation.
Delete 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
DeleteCommentPropertyOperationSpec
(String commentId, String propertyKey) Constructs a validated instance ofDeleteCommentPropertyOperationSpec
.Constructs a validated instance ofDeleteCommentPropertyOperationSpec
. -
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
-
DeleteCommentPropertyOperationSpec
@Internal public DeleteCommentPropertyOperationSpec(Consumer<DeleteCommentPropertyOperationSpec> spec) Constructs a validated instance ofDeleteCommentPropertyOperationSpec
.- Parameters:
spec
- the specification to process
-
DeleteCommentPropertyOperationSpec
Constructs a validated instance ofDeleteCommentPropertyOperationSpec
.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.
-
DeleteCommentPropertyOperationSpec
protected DeleteCommentPropertyOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static DeleteCommentPropertyOperationSpec.DeleteCommentPropertyOperationSpecBuilder 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
-