Class AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
extends Object
AddonPropertiesResourceDeleteAddonPropertyDeleteSpec
Specification for the AddonPropertiesResourceDeleteAddonPropertyDelete operation.
Delete app property
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
(String addonKey, String propertyKey) Constructs a validated instance ofAddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
.AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
(Consumer<AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@NotNull String
addonKey()
The key of the app, as defined in its descriptor.The key of the app, as defined in its descriptor.builder()
protected boolean
boolean
int
hashCode()
@NotNull String
The key of the property.propertyKey
(@NotNull String propertyKey) The key of the property.toString()
void
validate()
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
-
AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
@Internal public AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec(Consumer<AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
.- Parameters:
spec
- the specification to process
-
AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
@Internal public AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec(String addonKey, String propertyKey) Constructs a validated instance ofAddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
addonKey
- The key of the app, as defined in its descriptor.propertyKey
- The key of the property.
-
AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec
protected AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
addonKey
The key of the app, as defined in its descriptor. -
propertyKey
The key of the property. -
addonKey
public AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec addonKey(@NotNull @NotNull String addonKey) The key of the app, as defined in its descriptor.- Returns:
this
.
-
propertyKey
public AddonPropertiesResourceDeleteAddonPropertyDeleteOperationSpec propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-