Klasse CreateContentTemplateOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.CreateContentTemplateOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateContentTemplateOperationSpec
extends Object
CreateContentTemplateSpec
Specification for the CreateContentTemplate operation.
Create 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 ofCreateContentTemplateOperationSpec.Constructs a validated instance ofCreateContentTemplateOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull ContentTemplateCreatebody()The content template to be created.body(@NotNull ContentTemplateCreate body) The content template to be created.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
-
CreateContentTemplateOperationSpec
@Internal public CreateContentTemplateOperationSpec(Consumer<CreateContentTemplateOperationSpec> spec) Constructs a validated instance ofCreateContentTemplateOperationSpec.- Parameter:
spec- the specification to process
-
CreateContentTemplateOperationSpec
Constructs a validated instance ofCreateContentTemplateOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
body- The content template to be created. The content body must be in 'storage' format.
-
CreateContentTemplateOperationSpec
protected CreateContentTemplateOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static CreateContentTemplateOperationSpec.CreateContentTemplateOperationSpecBuilder builder() -
body
The content template to be created. The content body must be in 'storage' format. -
body
The content template to be created. The content body must be in 'storage' format.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-