Klasse UpdateSpacePropertyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.UpdateSpacePropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateSpacePropertyOperationSpec
extends Object
UpdateSpacePropertySpec
Specification for the UpdateSpaceProperty operation.
Update 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateSpacePropertyOperationSpec(String spaceKey, String key, SpacePropertyUpdate body) Constructs a validated instance ofUpdateSpacePropertyOperationSpec.Constructs a validated instance ofUpdateSpacePropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull SpacePropertyUpdatebody()The space property being updated.body(@NotNull SpacePropertyUpdate body) The space property being updated.builder()protected booleanbooleaninthashCode()@NotNull Stringkey()The key of the property to be updated.The key of the property to be updated.@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
-
UpdateSpacePropertyOperationSpec
Constructs a validated instance ofUpdateSpacePropertyOperationSpec.- Parameter:
spec- the specification to process
-
UpdateSpacePropertyOperationSpec
@Internal public UpdateSpacePropertyOperationSpec(String spaceKey, String key, SpacePropertyUpdate body) Constructs a validated instance ofUpdateSpacePropertyOperationSpec.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 property to be updated.body- The space property being updated.
-
UpdateSpacePropertyOperationSpec
protected UpdateSpacePropertyOperationSpec()
-
-
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 property to be updated. -
body
The space property being updated. -
spaceKey
The key of the space that the property is in.- Gibt zurück:
this.
-
key
The key of the property to be updated.- Gibt zurück:
this.
-
body
The space property being updated.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-