Klasse GetContentDescendantsOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentDescendantsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetContentDescendantsOperationSpec
extends Object
GetContentDescendantsSpec
Specification for the GetContentDescendants operation.
Get content descendants
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetContentDescendantsOperationSpec(String id, List<String> expand) Constructs a validated instance ofGetContentDescendantsOperationSpec.Constructs a validated instance ofGetContentDescendantsOperationSpec. -
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 descendants.The ID of the content to be queried for its descendants.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
-
GetContentDescendantsOperationSpec
@Internal public GetContentDescendantsOperationSpec(Consumer<GetContentDescendantsOperationSpec> spec) Constructs a validated instance ofGetContentDescendantsOperationSpec.- Parameter:
spec- the specification to process
-
GetContentDescendantsOperationSpec
Constructs a validated instance ofGetContentDescendantsOperationSpec.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 descendants.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.
-
GetContentDescendantsOperationSpec
protected GetContentDescendantsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetContentDescendantsOperationSpec.GetContentDescendantsOperationSpecBuilder builder() -
id
The ID of the content to be queried for its descendants. -
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. -
id
The ID of the content to be queried for its descendants.- 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.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-