Klasse GetContentPropertyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetContentPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetContentPropertyOperationSpec
extends Object
GetContentPropertySpec
Specification for the GetContentProperty operation.
Get content property
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofGetContentPropertyOperationSpec.Constructs a validated instance ofGetContentPropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()A multi-value parameter indicating which properties of the content to expand.A multi-value parameter indicating which properties of the content to expand.inthashCode()@NotNull Stringid()The ID of the content to be queried for the property.The ID of the content to be queried for the property.@NotNull Stringkey()The key of the content property.The key of the content property.status()Filter the results to a set of content based on their status.Filter the results to a set of content based on their status.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
-
GetContentPropertyOperationSpec
Constructs a validated instance ofGetContentPropertyOperationSpec.- Parameter:
spec- the specification to process
-
GetContentPropertyOperationSpec
@Internal public GetContentPropertyOperationSpec(String id, String key, List<String> expand, List<String> status) Constructs a validated instance ofGetContentPropertyOperationSpec.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 the property.key- The key of the content property.expand- A multi-value parameter indicating which properties of the content to expand. By default, theversionobject is expanded. -contentreturns the content that the property is stored against. -versionreturns information about the version of the property, such as the version number, when it was created, etc.status- Filter the results to a set of content based on their status. If set toany, content with any status is returned. By default it will fetch current and archived statuses?status=current&status=archived. All supported statuses - any - archived - current - deleted - draft - trashed
-
GetContentPropertyOperationSpec
protected GetContentPropertyOperationSpec()
-
-
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 the property. -
key
The key of the content property. -
expand
A multi-value parameter indicating which properties of the content to expand. By default, theversionobject is expanded. -contentreturns the content that the property is stored against. -versionreturns information about the version of the property, such as the version number, when it was created, etc. -
status
Filter the results to a set of content based on their status. If set toany, content with any status is returned. By default it will fetch current and archived statuses?status=current&status=archived. All supported statuses - any - archived - current - deleted - draft - trashed -
id
The ID of the content to be queried for the property.- Gibt zurück:
this.
-
key
The key of the content property.- Gibt zurück:
this.
-
expand
A multi-value parameter indicating which properties of the content to expand. By default, theversionobject is expanded. -contentreturns the content that the property is stored against. -versionreturns information about the version of the property, such as the version number, when it was created, etc.- Gibt zurück:
this.
-
status
Filter the results to a set of content based on their status. If set toany, content with any status is returned. By default it will fetch current and archived statuses?status=current&status=archived. All supported statuses - any - archived - current - deleted - draft - trashed- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-