Klasse UpdateInlineCommentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.UpdateInlineCommentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateInlineCommentOperationSpec
extends Object
UpdateInlineCommentSpec
Specification for the UpdateInlineComment operation.
Update inline comment
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateInlineCommentOperationSpec(Long commentId, UpdateInlineCommentModel updateInlineCommentModel) Constructs a validated instance ofUpdateInlineCommentOperationSpec.Constructs a validated instance ofUpdateInlineCommentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull LongThe ID of the comment to be retrieved.The ID of the comment to be retrieved.booleaninthashCode()toString()@NotNull UpdateInlineCommentModelThe inline comment to be updatedupdateInlineCommentModel(@NotNull UpdateInlineCommentModel updateInlineCommentModel) The inline comment to be updatedvoidvalidate()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
-
UpdateInlineCommentOperationSpec
Constructs a validated instance ofUpdateInlineCommentOperationSpec.- Parameter:
spec- the specification to process
-
UpdateInlineCommentOperationSpec
@Internal public UpdateInlineCommentOperationSpec(Long commentId, UpdateInlineCommentModel updateInlineCommentModel) Constructs a validated instance ofUpdateInlineCommentOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
commentId- The ID of the comment to be retrieved.updateInlineCommentModel- The inline comment to be updated
-
UpdateInlineCommentOperationSpec
protected UpdateInlineCommentOperationSpec()
-
-
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 to be retrieved. -
updateInlineCommentModel
The inline comment to be updated -
commentId
The ID of the comment to be retrieved.- Gibt zurück:
this.
-
updateInlineCommentModel
public UpdateInlineCommentOperationSpec updateInlineCommentModel(@NotNull @NotNull UpdateInlineCommentModel updateInlineCommentModel) The inline comment to be updated- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-