Class GetIssueFieldOptionOperationSpec.GetIssueFieldOptionOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetIssueFieldOptionOperationSpec.GetIssueFieldOptionOperationSpecBuilder
- Enclosing class:
- GetIssueFieldOptionOperationSpec
public static class GetIssueFieldOptionOperationSpec.GetIssueFieldOptionOperationSpecBuilder
extends Object
-
Method Details
-
fieldKey
public GetIssueFieldOptionOperationSpec.GetIssueFieldOptionOperationSpecBuilder fieldKey(@NotNull @NotNull String fieldKey) The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine thefieldKey
value, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in thejiraIssueFields
module. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-3-field-get) and in the field details the value is returned inkey
. For example,"key": "teams-add-on__team-issue-field"
- Returns:
this
.
-
optionId
public GetIssueFieldOptionOperationSpec.GetIssueFieldOptionOperationSpecBuilder optionId(@NotNull @NotNull Long optionId) The ID of the option to be returned.- Returns:
this
.
-
build
-
toString
-