Class GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder
- Enclosing class:
- GetSelectableIssueFieldOptionsOperationSpec
public static class GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.Filters the results to options that are only available in the specified project.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
fieldKey
public GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder 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-2-field-get) and in the field details the value is returned inkey
. For example,"key": "teams-add-on__team-issue-field"
- Returns:
this
.
-
startAt
public GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
projectId
public GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder projectId(@Nullable @Nullable Long projectId) Filters the results to options that are only available in the specified project.- Returns:
this
.
-
build
-
toString
-