Klasse CreateFooterCommentOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v2.spec.CreateFooterCommentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateFooterCommentOperationSpec
extends Object
CreateFooterCommentSpec
Specification for the CreateFooterComment operation.
Create footer 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateFooterCommentOperationSpec(CreateFooterCommentModel createFooterCommentModel) Constructs a validated instance ofCreateFooterCommentOperationSpec.Constructs a validated instance ofCreateFooterCommentOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull CreateFooterCommentModelThe footer comment to be createdcreateFooterCommentModel(@NotNull CreateFooterCommentModel createFooterCommentModel) The footer comment to be createdbooleaninthashCode()toString()voidvalidate()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
-
CreateFooterCommentOperationSpec
Constructs a validated instance ofCreateFooterCommentOperationSpec.- Parameter:
spec- the specification to process
-
CreateFooterCommentOperationSpec
protected CreateFooterCommentOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-