Klasse GetContentTemplateOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentTemplateOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetContentTemplateOperationSpec
extends Object
GetContentTemplateSpec
Specification for the GetContentTemplate operation.
Get 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetContentTemplateOperationSpec(String contentTemplateId) Constructs a validated instance ofGetContentTemplateOperationSpec.Constructs a validated instance ofGetContentTemplateOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@NotNull StringThe ID of the content template to be returned.contentTemplateId(@NotNull String contentTemplateId) The ID of the content template to be returned.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
-
GetContentTemplateOperationSpec
Constructs a validated instance ofGetContentTemplateOperationSpec.- Parameter:
spec- the specification to process
-
GetContentTemplateOperationSpec
Constructs a validated instance ofGetContentTemplateOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
contentTemplateId- The ID of the content template to be returned.
-
GetContentTemplateOperationSpec
protected GetContentTemplateOperationSpec()
-
-
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 content template to be returned. -
contentTemplateId
public GetContentTemplateOperationSpec contentTemplateId(@NotNull @NotNull String contentTemplateId) The ID of the content template to be returned.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-