Klasse GetApplicationPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetApplicationPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetApplicationPropertyOperationSpec
extends Object
GetApplicationPropertySpec
Specification for the GetApplicationProperty operation.
Get application 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
GetApplicationPropertyOperationSpec
(String key, String permissionLevel, String keyFilter) Constructs a validated instance ofGetApplicationPropertyOperationSpec
.Constructs a validated instance ofGetApplicationPropertyOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@Nullable String
key()
The key of the application property.The key of the application property.@Nullable String
When akey
isn't provided, this filters the list of results by the application propertykey
using a regular expression.When akey
isn't provided, this filters the list of results by the application propertykey
using a regular expression.@Nullable String
The permission level of all items being returned in the list.permissionLevel
(@Nullable String permissionLevel) The permission level of all items being returned in the list.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
-
GetApplicationPropertyOperationSpec
@Internal public GetApplicationPropertyOperationSpec(Consumer<GetApplicationPropertyOperationSpec> spec) Constructs a validated instance ofGetApplicationPropertyOperationSpec
.- Parameter:
spec
- the specification to process
-
GetApplicationPropertyOperationSpec
@Internal public GetApplicationPropertyOperationSpec(String key, String permissionLevel, String keyFilter) Constructs a validated instance ofGetApplicationPropertyOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
key
- The key of the application property.permissionLevel
- The permission level of all items being returned in the list.keyFilter
- When akey
isn't provided, this filters the list of results by the application propertykey
using a regular expression. For example, usingjira.lf.*
will return all application properties with keys that start with *jira.lf.*.
-
GetApplicationPropertyOperationSpec
protected GetApplicationPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder builder() -
key
The key of the application property. -
permissionLevel
The permission level of all items being returned in the list. -
keyFilter
When akey
isn't provided, this filters the list of results by the application propertykey
using a regular expression. For example, usingjira.lf.*
will return all application properties with keys that start with *jira.lf.*. -
key
The key of the application property.- Gibt zurück:
this
.
-
permissionLevel
public GetApplicationPropertyOperationSpec permissionLevel(@Nullable @Nullable String permissionLevel) The permission level of all items being returned in the list.- Gibt zurück:
this
.
-
keyFilter
When akey
isn't provided, this filters the list of results by the application propertykey
using a regular expression. For example, usingjira.lf.*
will return all application properties with keys that start with *jira.lf.*.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-