Klasse SetCommentPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetCommentPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetCommentPropertyOperationSpec
extends Object
SetCommentPropertySpec
Specification for the SetCommentProperty operation.
Set comment property
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
SetCommentPropertyOperationSpec
(String commentId, String propertyKey, Object body) Constructs a validated instance ofSetCommentPropertyOperationSpec
.Constructs a validated instance ofSetCommentPropertyOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull Object
body()
builder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
SetCommentPropertyOperationSpec
Constructs a validated instance ofSetCommentPropertyOperationSpec
.- Parameter:
spec
- the specification to process
-
SetCommentPropertyOperationSpec
Constructs a validated instance ofSetCommentPropertyOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
commentId
- The ID of the comment.propertyKey
- The key of the property. The maximum length is 255 characters.body
-
-
SetCommentPropertyOperationSpec
protected SetCommentPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
commentId
The ID of the comment. -
propertyKey
The key of the property. The maximum length is 255 characters. -
body
-
commentId
The ID of the comment.- Gibt zurück:
this
.
-
propertyKey
The key of the property. The maximum length is 255 characters.- Gibt zurück:
this
.
-
body
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-