Klasse AddonPropertiesResourcePutAddonPropertyPutOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddonPropertiesResourcePutAddonPropertyPutOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AddonPropertiesResourcePutAddonPropertyPutOperationSpec
extends Object
AddonPropertiesResourcePutAddonPropertyPutSpec
Specification for the AddonPropertiesResourcePutAddonPropertyPut operation.
Set app property
-
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
AddonPropertiesResourcePutAddonPropertyPutOperationSpec
(String addonKey, String propertyKey, Object body) Constructs a validated instance ofAddonPropertiesResourcePutAddonPropertyPutOperationSpec
.AddonPropertiesResourcePutAddonPropertyPutOperationSpec
(Consumer<AddonPropertiesResourcePutAddonPropertyPutOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourcePutAddonPropertyPutOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
addonKey()
The key of the app, as defined in its descriptor.The key of the app, as defined in its descriptor.@NotNull Object
body()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
AddonPropertiesResourcePutAddonPropertyPutOperationSpec
@Internal public AddonPropertiesResourcePutAddonPropertyPutOperationSpec(Consumer<AddonPropertiesResourcePutAddonPropertyPutOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourcePutAddonPropertyPutOperationSpec
.- Parameter:
spec
- the specification to process
-
AddonPropertiesResourcePutAddonPropertyPutOperationSpec
@Internal public AddonPropertiesResourcePutAddonPropertyPutOperationSpec(String addonKey, String propertyKey, Object body) Constructs a validated instance ofAddonPropertiesResourcePutAddonPropertyPutOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
addonKey
- The key of the app, as defined in its descriptor.propertyKey
- The key of the property.body
-
-
AddonPropertiesResourcePutAddonPropertyPutOperationSpec
protected AddonPropertiesResourcePutAddonPropertyPutOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
addonKey
The key of the app, as defined in its descriptor. -
propertyKey
The key of the property. -
body
-
addonKey
public AddonPropertiesResourcePutAddonPropertyPutOperationSpec addonKey(@NotNull @NotNull String addonKey) The key of the app, as defined in its descriptor.- Gibt zurück:
this
.
-
propertyKey
public AddonPropertiesResourcePutAddonPropertyPutOperationSpec propertyKey(@NotNull @NotNull String propertyKey) The key of the property.- Gibt zurück:
this
.
-
body
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-