Class DeleteSpaceBySpaceKeyLabelV1OperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.operations.DeleteSpaceBySpaceKeyLabelV1OperationSpec
@Generated("io.github.primelib.primecodegen")
public class DeleteSpaceBySpaceKeyLabelV1OperationSpec
extends Object
DeleteSpaceBySpaceKeyLabelV1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a validated instance ofDeleteSpaceBySpaceKeyLabelV1OperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()@NonNull Stringname()The name of the label to removeThe name of the label to remove@Nullable Stringprefix()The prefix of the label to remove.The prefix of the label to remove.@NonNull StringspaceKey()The key of the space to remove a labels from.The key of the space to remove a labels from.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
DeleteSpaceBySpaceKeyLabelV1OperationSpec
@Internal public DeleteSpaceBySpaceKeyLabelV1OperationSpec(Consumer<DeleteSpaceBySpaceKeyLabelV1OperationSpec> spec) Constructs a validated instance ofDeleteSpaceBySpaceKeyLabelV1OperationSpec.- Parameters:
spec- the specification to process
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
spaceKey
The key of the space to remove a labels from. -
name
The name of the label to remove -
prefix
The prefix of the label to remove. If not provided defaults to global. -
spaceKey
The key of the space to remove a labels from.- Returns:
this.
-
name
The name of the label to remove- Returns:
this.
-
prefix
The prefix of the label to remove. If not provided defaults to global.- Returns:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-