Klasse GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder
- Umschließende Klasse:
GetApplicationPropertyOperationSpec
public static class GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The key of the application property.When akey
isn't provided, this filters the list of results by the application propertykey
using a regular expression.permissionLevel
(@Nullable String permissionLevel) The permission level of all items being returned in the list.toString()
-
Methodendetails
-
key
public GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder key(@Nullable @Nullable String key) The key of the application property.- Gibt zurück:
this
.
-
permissionLevel
public GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder permissionLevel(@Nullable @Nullable String permissionLevel) The permission level of all items being returned in the list.- Gibt zurück:
this
.
-
keyFilter
public GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder keyFilter(@Nullable @Nullable String 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
.
-
build
-
toString
-