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