Klasse UpdateContentTemplateOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateContentTemplateOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateContentTemplateOperationSpec
extends Object
UpdateContentTemplateSpec
Specification for the UpdateContentTemplate operation.
Update content template
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofUpdateContentTemplateOperationSpec.Constructs a validated instance ofUpdateContentTemplateOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull ContentTemplateUpdatebody()The updated content template.body(@NotNull ContentTemplateUpdate body) The updated content template.builder()protected booleanbooleaninthashCode()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
-
UpdateContentTemplateOperationSpec
@Internal public UpdateContentTemplateOperationSpec(Consumer<UpdateContentTemplateOperationSpec> spec) Constructs a validated instance ofUpdateContentTemplateOperationSpec.- Parameter:
spec- the specification to process
-
UpdateContentTemplateOperationSpec
Constructs a validated instance ofUpdateContentTemplateOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
body- The updated content template.
-
UpdateContentTemplateOperationSpec
protected UpdateContentTemplateOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateContentTemplateOperationSpec.UpdateContentTemplateOperationSpecBuilder builder() -
body
The updated content template. -
body
The updated content template.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-