Klasse GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder
- Umschließende Klasse:
GetSelectableIssueFieldOptionsOperationSpec
public static class GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
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"
- Gibt zurück:
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).- Gibt zurück:
this
.
-
maxResults
public GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
projectId
public GetSelectableIssueFieldOptionsOperationSpec.GetSelectableIssueFieldOptionsOperationSpecBuilder projectId(@Nullable @Nullable Long projectId) Filters the results to options that are only available in the specified project.- Gibt zurück:
this
.
-
build
-
toString
-