Klasse GetIssuePickerResourceOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetIssuePickerResourceOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetIssuePickerResourceOperationSpec
extends Object
GetIssuePickerResourceSpec
Specification for the GetIssuePickerResource operation.
Get issue picker suggestions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetIssuePickerResourceOperationSpec(String query, String currentJQL, String currentIssueKey, String currentProjectId, Boolean showSubTasks, Boolean showSubTaskParent) Constructs a validated instance ofGetIssuePickerResourceOperationSpec.Constructs a validated instance ofGetIssuePickerResourceOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@Nullable StringThe key of an issue to exclude from search results.currentIssueKey(@Nullable String currentIssueKey) The key of an issue to exclude from search results.@Nullable StringA JQL query defining a list of issues to search for the query term.currentJQL(@Nullable String currentJQL) A JQL query defining a list of issues to search for the query term.@Nullable StringThe ID of a project that suggested issues must belong to.currentProjectId(@Nullable String currentProjectId) The ID of a project that suggested issues must belong to.booleaninthashCode()@Nullable Stringquery()A string to match against text fields in the issue such as title, description, or comments.A string to match against text fields in the issue such as title, description, or comments.@Nullable BooleanWhencurrentIssueKeyis a subtask, whether to include the parent issue in the suggestions if it matches the query.showSubTaskParent(@Nullable Boolean showSubTaskParent) WhencurrentIssueKeyis a subtask, whether to include the parent issue in the suggestions if it matches the query.@Nullable BooleanIndicate whether to include subtasks in the suggestions list.showSubTasks(@Nullable Boolean showSubTasks) Indicate whether to include subtasks in the suggestions list.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetIssuePickerResourceOperationSpec
@Internal public GetIssuePickerResourceOperationSpec(Consumer<GetIssuePickerResourceOperationSpec> spec) Constructs a validated instance ofGetIssuePickerResourceOperationSpec.- Parameter:
spec- the specification to process
-
GetIssuePickerResourceOperationSpec
@Internal public GetIssuePickerResourceOperationSpec(String query, String currentJQL, String currentIssueKey, String currentProjectId, Boolean showSubTasks, Boolean showSubTaskParent) Constructs a validated instance ofGetIssuePickerResourceOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
query- A string to match against text fields in the issue such as title, description, or comments.currentJQL- A JQL query defining a list of issues to search for the query term. Note thatusernameanduserkeycannot be used as search terms for this parameter, due to privacy reasons. UseaccountIdinstead.currentIssueKey- The key of an issue to exclude from search results. For example, the issue the user is viewing when they perform this query.currentProjectId- The ID of a project that suggested issues must belong to.showSubTasks- Indicate whether to include subtasks in the suggestions list.showSubTaskParent- WhencurrentIssueKeyis a subtask, whether to include the parent issue in the suggestions if it matches the query.
-
GetIssuePickerResourceOperationSpec
protected GetIssuePickerResourceOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetIssuePickerResourceOperationSpec.GetIssuePickerResourceOperationSpecBuilder builder() -
query
A string to match against text fields in the issue such as title, description, or comments. -
currentJQL
A JQL query defining a list of issues to search for the query term. Note thatusernameanduserkeycannot be used as search terms for this parameter, due to privacy reasons. UseaccountIdinstead. -
currentIssueKey
The key of an issue to exclude from search results. For example, the issue the user is viewing when they perform this query. -
currentProjectId
The ID of a project that suggested issues must belong to. -
showSubTasks
Indicate whether to include subtasks in the suggestions list. -
showSubTaskParent
WhencurrentIssueKeyis a subtask, whether to include the parent issue in the suggestions if it matches the query. -
query
A string to match against text fields in the issue such as title, description, or comments.- Gibt zurück:
this.
-
currentJQL
A JQL query defining a list of issues to search for the query term. Note thatusernameanduserkeycannot be used as search terms for this parameter, due to privacy reasons. UseaccountIdinstead.- Gibt zurück:
this.
-
currentIssueKey
public GetIssuePickerResourceOperationSpec 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.- Gibt zurück:
this.
-
currentProjectId
public GetIssuePickerResourceOperationSpec currentProjectId(@Nullable @Nullable String currentProjectId) The ID of a project that suggested issues must belong to.- Gibt zurück:
this.
-
showSubTasks
Indicate whether to include subtasks in the suggestions list.- Gibt zurück:
this.
-
showSubTaskParent
public GetIssuePickerResourceOperationSpec showSubTaskParent(@Nullable @Nullable Boolean showSubTaskParent) WhencurrentIssueKeyis a subtask, whether to include the parent issue in the suggestions if it matches the query.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-