Klasse GetSpacePropertiesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetSpacePropertiesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetSpacePropertiesOperationSpec
extends Object
GetSpacePropertiesSpec
Specification for the GetSpaceProperties operation.
Get space properties
-
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 ofGetSpacePropertiesOperationSpec.Constructs a validated instance ofGetSpacePropertiesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexpand()A multi-value parameter indicating which properties of the space property to expand.A multi-value parameter indicating which properties of the space property to expand.inthashCode()@Nullable Integerlimit()The maximum number of properties to return per page.The maximum number of properties to return per page.@NotNull StringspaceKey()The key of the space to be queried for its properties.The key of the space to be queried for its properties.@Nullable Integerstart()The starting index of the returned objects.The starting index of the returned objects.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
-
GetSpacePropertiesOperationSpec
Constructs a validated instance ofGetSpacePropertiesOperationSpec.- Parameter:
spec- the specification to process
-
GetSpacePropertiesOperationSpec
@Internal public GetSpacePropertiesOperationSpec(String spaceKey, List<String> expand, Integer start, Integer limit) Constructs a validated instance ofGetSpacePropertiesOperationSpec.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 its properties.expand- A multi-value parameter indicating which properties of the space property to expand. By default, theversionobject is expanded. -versionreturns information about the version of the content. -spacereturns the space that the properties are in.start- The starting index of the returned objects.limit- The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.
-
GetSpacePropertiesOperationSpec
protected GetSpacePropertiesOperationSpec()
-
-
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 its properties. -
expand
A multi-value parameter indicating which properties of the space property to expand. By default, theversionobject is expanded. -versionreturns information about the version of the content. -spacereturns the space that the properties are in. -
start
The starting index of the returned objects. -
limit
The maximum number of properties to return per page. Note, this may be restricted by fixed system limits. -
spaceKey
The key of the space to be queried for its properties.- Gibt zurück:
this.
-
expand
A multi-value parameter indicating which properties of the space property to expand. By default, theversionobject is expanded. -versionreturns information about the version of the content. -spacereturns the space that the properties are in.- Gibt zurück:
this.
-
start
The starting index of the returned objects.- Gibt zurück:
this.
-
limit
The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-