Class AddonPropertiesResourceGetAddonPropertyGetOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddonPropertiesResourceGetAddonPropertyGetOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddonPropertiesResourceGetAddonPropertyGetOperationSpec
extends Object
AddonPropertiesResourceGetAddonPropertyGetSpec
Specification for the AddonPropertiesResourceGetAddonPropertyGet operation.
Get 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
AddonPropertiesResourceGetAddonPropertyGetOperationSpec
(String addonKey, String propertyKey) Constructs a validated instance ofAddonPropertiesResourceGetAddonPropertyGetOperationSpec
.AddonPropertiesResourceGetAddonPropertyGetOperationSpec
(Consumer<AddonPropertiesResourceGetAddonPropertyGetOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourceGetAddonPropertyGetOperationSpec
. -
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
-
AddonPropertiesResourceGetAddonPropertyGetOperationSpec
@Internal public AddonPropertiesResourceGetAddonPropertyGetOperationSpec(Consumer<AddonPropertiesResourceGetAddonPropertyGetOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourceGetAddonPropertyGetOperationSpec
.- Parameters:
spec
- the specification to process
-
AddonPropertiesResourceGetAddonPropertyGetOperationSpec
@Internal public AddonPropertiesResourceGetAddonPropertyGetOperationSpec(String addonKey, String propertyKey) Constructs a validated instance ofAddonPropertiesResourceGetAddonPropertyGetOperationSpec
.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.
-
AddonPropertiesResourceGetAddonPropertyGetOperationSpec
protected AddonPropertiesResourceGetAddonPropertyGetOperationSpec()
-
-
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 AddonPropertiesResourceGetAddonPropertyGetOperationSpec addonKey(@NotNull @NotNull String addonKey) The key of the app, as defined in its descriptor.- Returns:
this
.
-
propertyKey
public AddonPropertiesResourceGetAddonPropertyGetOperationSpec propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-