Class GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder
- Enclosing class:
- GetIssuePickerResourceOperationSpec
public static class GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
currentIssueKey
(@Nullable String currentIssueKey) The key of an issue to exclude from search results.currentJQL
(@Nullable String currentJQL) A JQL query defining a list of issues to search for the query term.currentProjectId
(@Nullable String currentProjectId) The ID of a project that suggested issues must belong to.A string to match against text fields in the issue such as title, description, or comments.showSubTaskParent
(@Nullable Boolean showSubTaskParent) WhencurrentIssueKey
is a subtask, whether to include the parent issue in the suggestions if it matches the query.showSubTasks
(@Nullable Boolean showSubTasks) Indicate whether to include subtasks in the suggestions list.toString()
-
Method Details
-
query
public GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder query(@Nullable @Nullable String query) A string to match against text fields in the issue such as title, description, or comments.- Returns:
this
.
-
currentJQL
public GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder currentJQL(@Nullable @Nullable String currentJQL) A JQL query defining a list of issues to search for the query term. Note thatusername
anduserkey
cannot be used as search terms for this parameter, due to privacy reasons. UseaccountId
instead.- Returns:
this
.
-
currentIssueKey
public GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder currentIssueKey(@Nullable @Nullable String currentIssueKey) The key of an issue to exclude from search results. For example, the issue the user is viewing when they perform this query.- Returns:
this
.
-
currentProjectId
public GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder currentProjectId(@Nullable @Nullable String currentProjectId) The ID of a project that suggested issues must belong to.- Returns:
this
.
-
showSubTasks
public GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder showSubTasks(@Nullable @Nullable Boolean showSubTasks) Indicate whether to include subtasks in the suggestions list.- Returns:
this
.
-
showSubTaskParent
public GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder showSubTaskParent(@Nullable @Nullable Boolean showSubTaskParent) WhencurrentIssueKey
is a subtask, whether to include the parent issue in the suggestions if it matches the query.- Returns:
this
.
-
build
-
toString
-