Klasse GetApplicationPropertyOperationSpec.GetApplicationPropertyOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.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 akeyisn't provided, this filters the list of results by the application propertykeyusing 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 akeyisn't provided, this filters the list of results by the application propertykeyusing 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
-