Klasse GetSpacePropertyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetSpacePropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetSpacePropertyOperationSpec
extends Object
GetSpacePropertySpec
Specification for the GetSpaceProperty operation.
Get space 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetSpacePropertyOperationSpec(String spaceKey, String key, List<String> expand) Constructs a validated instance ofGetSpacePropertyOperationSpec.Constructs a validated instance ofGetSpacePropertyOperationSpec. -
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()@NotNull Stringkey()The key of the space property.The key of the space property.@NotNull StringspaceKey()The key of the space that the property is in.The key of the space that the property is in.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
-
GetSpacePropertyOperationSpec
Constructs a validated instance ofGetSpacePropertyOperationSpec.- Parameter:
spec- the specification to process
-
GetSpacePropertyOperationSpec
Constructs a validated instance ofGetSpacePropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
spaceKey- The key of the space that the property is in.key- The key of the space property.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.
-
GetSpacePropertyOperationSpec
protected GetSpacePropertyOperationSpec()
-
-
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 that the property is in. -
key
The key of the space property. -
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. -
spaceKey
The key of the space that the property is in.- Gibt zurück:
this.
-
key
The key of the space property.- 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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-