Klasse GetContentChildrenOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentChildrenOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetContentChildrenOperationSpec
extends Object
GetContentChildrenSpec
Specification for the GetContentChildren operation.
Get content children
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetContentChildrenOperationSpec(String id, List<String> expand, Integer parentVersion) Constructs a validated instance ofGetContentChildrenOperationSpec.Constructs a validated instance ofGetContentChildrenOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()A multi-value parameter indicating which properties of the children to expand, where: -attachmentreturns all attachments for the content.A multi-value parameter indicating which properties of the children to expand, where: -attachmentreturns all attachments for the content.inthashCode()@NotNull Stringid()The ID of the content to be queried for its children.The ID of the content to be queried for its children.@Nullable IntegerThe version of the parent content to retrieve children for.parentVersion(@Nullable Integer parentVersion) The version of the parent content to retrieve children for.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
-
GetContentChildrenOperationSpec
Constructs a validated instance ofGetContentChildrenOperationSpec.- Parameter:
spec- the specification to process
-
GetContentChildrenOperationSpec
@Internal public GetContentChildrenOperationSpec(String id, List<String> expand, Integer parentVersion) Constructs a validated instance ofGetContentChildrenOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the content to be queried for its children.expand- A multi-value parameter indicating which properties of the children to expand, where: -attachmentreturns all attachments for the content. -commentsreturns all comments for the content. -pagereturns all child pages of the content. - Custom content types that are provided by apps are also supported.parentVersion- The version of the parent content to retrieve children for. Currently, this only works for the latest version.
-
GetContentChildrenOperationSpec
protected GetContentChildrenOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the content to be queried for its children. -
expand
A multi-value parameter indicating which properties of the children to expand, where: -attachmentreturns all attachments for the content. -commentsreturns all comments for the content. -pagereturns all child pages of the content. - Custom content types that are provided by apps are also supported. -
parentVersion
The version of the parent content to retrieve children for. Currently, this only works for the latest version. -
id
The ID of the content to be queried for its children.- Gibt zurück:
this.
-
expand
A multi-value parameter indicating which properties of the children to expand, where: -attachmentreturns all attachments for the content. -commentsreturns all comments for the content. -pagereturns all child pages of the content. - Custom content types that are provided by apps are also supported.- Gibt zurück:
this.
-
parentVersion
The version of the parent content to retrieve children for. Currently, this only works for the latest version.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-