Klasse DeleteSpacePropertyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.DeleteSpacePropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteSpacePropertyOperationSpec
extends Object
DeleteSpacePropertySpec
Specification for the DeleteSpaceProperty operation.
Delete 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteSpacePropertyOperationSpec(String spaceKey, String key) Constructs a validated instance ofDeleteSpacePropertyOperationSpec.Constructs a validated instance ofDeleteSpacePropertyOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Stringkey()The key of the property to be deleted.The key of the property to be deleted.@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
-
DeleteSpacePropertyOperationSpec
Constructs a validated instance ofDeleteSpacePropertyOperationSpec.- Parameter:
spec- the specification to process
-
DeleteSpacePropertyOperationSpec
Constructs a validated instance ofDeleteSpacePropertyOperationSpec.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 deleted.
-
DeleteSpacePropertyOperationSpec
protected DeleteSpacePropertyOperationSpec()
-
-
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 deleted. -
spaceKey
The key of the space that the property is in.- Gibt zurück:
this.
-
key
The key of the property to be deleted.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-