Klasse SearchPrioritiesOperationSpec.SearchPrioritiesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SearchPrioritiesOperationSpec.SearchPrioritiesOperationSpecBuilder
- Umschließende Klasse:
SearchPrioritiesOperationSpec
public static class SearchPrioritiesOperationSpec.SearchPrioritiesOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The list of priority IDs.maxResults(@Nullable String maxResults) The maximum number of items to return per page.onlyDefault(@Nullable Boolean onlyDefault) Whether only the default priority is returned.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
startAt
public SearchPrioritiesOperationSpec.SearchPrioritiesOperationSpecBuilder startAt(@Nullable @Nullable String startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this.
-
maxResults
public SearchPrioritiesOperationSpec.SearchPrioritiesOperationSpecBuilder maxResults(@Nullable @Nullable String maxResults) The maximum number of items to return per page.- Gibt zurück:
this.
-
id
public SearchPrioritiesOperationSpec.SearchPrioritiesOperationSpecBuilder id(@Nullable @Nullable List<String> id) The list of priority IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=2&id=3.- Gibt zurück:
this.
-
onlyDefault
public SearchPrioritiesOperationSpec.SearchPrioritiesOperationSpecBuilder onlyDefault(@Nullable @Nullable Boolean onlyDefault) Whether only the default priority is returned.- Gibt zurück:
this.
-
build
-
toString
-