Klasse GetScreensOperationSpec.GetScreensOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetScreensOperationSpec.GetScreensOperationSpecBuilder
- Umschließende Klasse:
GetScreensOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The list of screen IDs.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.[Order](#ordering) the results by a field: *id
Sorts by screen ID.queryString
(@Nullable String queryString) String used to perform a case-insensitive partial match with screen name.The scope filter string.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
startAt
public GetScreensOperationSpec.GetScreensOperationSpecBuilder 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 GetScreensOperationSpec.GetScreensOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
The list of screen IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.- Gibt zurück:
this
.
-
queryString
public GetScreensOperationSpec.GetScreensOperationSpecBuilder queryString(@Nullable @Nullable String queryString) String used to perform a case-insensitive partial match with screen name.- Gibt zurück:
this
.
-
scope
public GetScreensOperationSpec.GetScreensOperationSpecBuilder scope(@Nullable @Nullable Set<String> scope) The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example,scope=GLOBAL&scope=PROJECT
.- Gibt zurück:
this
.
-
orderBy
public GetScreensOperationSpec.GetScreensOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field: *id
Sorts by screen ID. *name
Sorts by screen name.- Gibt zurück:
this
.
-
build
-
toString
-