Klasse 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)
-
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
AddonPropertiesResourcePutAppPropertyPutOperationSpec
(String propertyKey, Object body) Constructs a validated instance ofAddonPropertiesResourcePutAppPropertyPutOperationSpec
.AddonPropertiesResourcePutAppPropertyPutOperationSpec
(Consumer<AddonPropertiesResourcePutAppPropertyPutOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourcePutAppPropertyPutOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@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
-
AddonPropertiesResourcePutAppPropertyPutOperationSpec
@Internal public AddonPropertiesResourcePutAppPropertyPutOperationSpec(Consumer<AddonPropertiesResourcePutAppPropertyPutOperationSpec> spec) Constructs a validated instance ofAddonPropertiesResourcePutAppPropertyPutOperationSpec
.- Parameter:
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.
- Parameter:
propertyKey
- The key of the property.body
-
-
AddonPropertiesResourcePutAppPropertyPutOperationSpec
protected AddonPropertiesResourcePutAppPropertyPutOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
propertyKey
The key of the property. -
body
-
propertyKey
public AddonPropertiesResourcePutAppPropertyPutOperationSpec 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
-