Klasse DynamicModulesResourceRemoveModulesDeleteOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DynamicModulesResourceRemoveModulesDeleteOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DynamicModulesResourceRemoveModulesDeleteOperationSpec
extends Object
DynamicModulesResourceRemoveModulesDeleteSpec
Specification for the DynamicModulesResourceRemoveModulesDelete 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
DynamicModulesResourceRemoveModulesDeleteOperationSpec
(Consumer<DynamicModulesResourceRemoveModulesDeleteOperationSpec> spec) Constructs a validated instance ofDynamicModulesResourceRemoveModulesDeleteOperationSpec
.Constructs a validated instance ofDynamicModulesResourceRemoveModulesDeleteOperationSpec
. -
Methodenübersicht
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DynamicModulesResourceRemoveModulesDeleteOperationSpec
@Internal public DynamicModulesResourceRemoveModulesDeleteOperationSpec(Consumer<DynamicModulesResourceRemoveModulesDeleteOperationSpec> spec) Constructs a validated instance ofDynamicModulesResourceRemoveModulesDeleteOperationSpec
.- Parameter:
spec
- the specification to process
-
DynamicModulesResourceRemoveModulesDeleteOperationSpec
Constructs a validated instance ofDynamicModulesResourceRemoveModulesDeleteOperationSpec
.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.
-
DynamicModulesResourceRemoveModulesDeleteOperationSpec
protected DynamicModulesResourceRemoveModulesDeleteOperationSpec()
-
-
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
public DynamicModulesResourceRemoveModulesDeleteOperationSpec moduleKey(@Nullable @Nullable List<String> 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
-