Klasse RemoveTemplateOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.RemoveTemplateOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveTemplateOperationSpec
extends Object
RemoveTemplateSpec
Specification for the RemoveTemplate operation.
Remove 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRemoveTemplateOperationSpec(String contentTemplateId) Constructs a validated instance ofRemoveTemplateOperationSpec.Constructs a validated instance ofRemoveTemplateOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull StringThe ID of the template to be deleted.contentTemplateId(@NotNull String contentTemplateId) The ID of the template to be deleted.booleaninthashCode()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
-
RemoveTemplateOperationSpec
Constructs a validated instance ofRemoveTemplateOperationSpec.- Parameter:
spec- the specification to process
-
RemoveTemplateOperationSpec
Constructs a validated instance ofRemoveTemplateOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
contentTemplateId- The ID of the template to be deleted.
-
RemoveTemplateOperationSpec
protected RemoveTemplateOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
contentTemplateId
The ID of the template to be deleted. -
contentTemplateId
The ID of the template to be deleted.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-