Class AddonPropertiesResourcePutAppPropertyPutOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.AddonPropertiesResourcePutAppPropertyPutOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddonPropertiesResourcePutAppPropertyPutOperationSpec
extends Object
AddonPropertiesResourcePutAppPropertyPutSpec
Specification for the AddonPropertiesResourcePutAppPropertyPut operation.
Set app property (Forge)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAddonPropertiesResourcePutAppPropertyPutOperationSpec(String propertyKey, Object body) Constructs a validated instance ofAddonPropertiesResourcePutAppPropertyPutOperationSpec.AddonPropertiesResourcePutAppPropertyPutOperationSpec(Consumer<AddonPropertiesResourcePutAppPropertyPutOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourcePutAppPropertyPutOperationSpec. -
Method Summary
Modifier and TypeMethodDescription@NotNull Objectbody()builder()protected booleanbooleaninthashCode()@NotNull StringThe key of the property.propertyKey(@NotNull String propertyKey) The key of the property.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
-
AddonPropertiesResourcePutAppPropertyPutOperationSpec
@Internal public AddonPropertiesResourcePutAppPropertyPutOperationSpec(Consumer<AddonPropertiesResourcePutAppPropertyPutOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourcePutAppPropertyPutOperationSpec.- Parameters:
spec- the specification to process
-
AddonPropertiesResourcePutAppPropertyPutOperationSpec
@Internal public AddonPropertiesResourcePutAppPropertyPutOperationSpec(String propertyKey, Object body) Constructs a validated instance ofAddonPropertiesResourcePutAppPropertyPutOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
propertyKey- The key of the property.body-
-
AddonPropertiesResourcePutAppPropertyPutOperationSpec
protected AddonPropertiesResourcePutAppPropertyPutOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
propertyKey
The key of the property. -
body
-
propertyKey
public AddonPropertiesResourcePutAppPropertyPutOperationSpec propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Returns:
this.
-
body
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-