Klasse CreateSpacePropertyForKeyOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.CreateSpacePropertyForKeyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateSpacePropertyForKeyOperationSpec
extends Object
CreateSpacePropertyForKeySpec
Specification for the CreateSpacePropertyForKey operation.
Create space property for key
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreateSpacePropertyForKeyOperationSpec
(String spaceKey, String key, SpacePropertyCreateNoKey body) Constructs a validated instance ofCreateSpacePropertyForKeyOperationSpec
.Constructs a validated instance ofCreateSpacePropertyForKeyOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull SpacePropertyCreateNoKey
body()
The space property to be created.body
(@NotNull SpacePropertyCreateNoKey body) The space property to be created.builder()
protected boolean
boolean
int
hashCode()
@NotNull String
key()
The key of the property to be created.The key of the property to be created.@NotNull String
spaceKey()
The key of the space that the property will be created in.The key of the space that the property will be created in.toString()
void
validate()
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
-
CreateSpacePropertyForKeyOperationSpec
@Internal public CreateSpacePropertyForKeyOperationSpec(Consumer<CreateSpacePropertyForKeyOperationSpec> spec) Constructs a validated instance ofCreateSpacePropertyForKeyOperationSpec
.- Parameter:
spec
- the specification to process
-
CreateSpacePropertyForKeyOperationSpec
@Internal public CreateSpacePropertyForKeyOperationSpec(String spaceKey, String key, SpacePropertyCreateNoKey body) Constructs a validated instance ofCreateSpacePropertyForKeyOperationSpec
.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 will be created in.key
- The key of the property to be created.body
- The space property to be created.
-
CreateSpacePropertyForKeyOperationSpec
protected CreateSpacePropertyForKeyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static CreateSpacePropertyForKeyOperationSpec.CreateSpacePropertyForKeyOperationSpecBuilder builder() -
spaceKey
The key of the space that the property will be created in. -
key
The key of the property to be created. -
body
The space property to be created. -
spaceKey
The key of the space that the property will be created in.- Gibt zurück:
this
.
-
key
The key of the property to be created.- Gibt zurück:
this
.
-
body
The space property to be created.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-