Klasse RemoveModulesOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.RemoveModulesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveModulesOperationSpec
extends Object
RemoveModulesSpec
Specification for the RemoveModules operation.
Remove modules
-
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
Constructs a validated instance ofRemoveModulesOperationSpec
.RemoveModulesOperationSpec
(List<String> moduleKey) Constructs a validated instance ofRemoveModulesOperationSpec
. -
Methodenübersicht
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
RemoveModulesOperationSpec
Constructs a validated instance ofRemoveModulesOperationSpec
.- Parameter:
spec
- the specification to process
-
RemoveModulesOperationSpec
Constructs a validated instance ofRemoveModulesOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
moduleKey
- The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For example,moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field
. Nonexistent keys are ignored.
-
RemoveModulesOperationSpec
protected RemoveModulesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
moduleKey
The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For example,moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field
. Nonexistent keys are ignored. -
moduleKey
The key of the module to remove. To include multiple module keys, provide multiple copies of this parameter. For example,moduleKey=dynamic-attachment-entity-property&moduleKey=dynamic-select-field
. Nonexistent keys are ignored.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-