Klasse GetContentTemplatesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentTemplatesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetContentTemplatesOperationSpec
extends Object
GetContentTemplatesSpec
Specification for the GetContentTemplates operation.
Get content templates
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetContentTemplatesOperationSpec(String spaceKey, Integer start, Integer limit, List<String> expand) Constructs a validated instance ofGetContentTemplatesOperationSpec.Constructs a validated instance ofGetContentTemplatesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()A multi-value parameter indicating which properties of the template to expand.A multi-value parameter indicating which properties of the template to expand.inthashCode()@Nullable Integerlimit()The maximum number of templates to return per page.The maximum number of templates to return per page.@Nullable StringspaceKey()The key of the space to be queried for templates.The key of the space to be queried for templates.@Nullable Integerstart()The starting index of the returned templates.The starting index of the returned templates.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
-
GetContentTemplatesOperationSpec
Constructs a validated instance ofGetContentTemplatesOperationSpec.- Parameter:
spec- the specification to process
-
GetContentTemplatesOperationSpec
@Internal public GetContentTemplatesOperationSpec(String spaceKey, Integer start, Integer limit, List<String> expand) Constructs a validated instance ofGetContentTemplatesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
spaceKey- The key of the space to be queried for templates. If thespaceKeyis not specified, global templates will be returned.start- The starting index of the returned templates.limit- The maximum number of templates to return per page. Note, this may be restricted by fixed system limits.expand- A multi-value parameter indicating which properties of the template to expand. -bodyreturns the content of the template in storage format.
-
GetContentTemplatesOperationSpec
protected GetContentTemplatesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
spaceKey
The key of the space to be queried for templates. If thespaceKeyis not specified, global templates will be returned. -
start
The starting index of the returned templates. -
limit
The maximum number of templates to return per page. Note, this may be restricted by fixed system limits. -
expand
A multi-value parameter indicating which properties of the template to expand. -bodyreturns the content of the template in storage format. -
spaceKey
The key of the space to be queried for templates. If thespaceKeyis not specified, global templates will be returned.- Gibt zurück:
this.
-
start
The starting index of the returned templates.- Gibt zurück:
this.
-
limit
The maximum number of templates to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
expand
A multi-value parameter indicating which properties of the template to expand. -bodyreturns the content of the template in storage format.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-