Class GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder
- Enclosing class:
- GetScreenSchemesOperationSpec
public static class GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Use [expand](#expansion) include additional information in the response.The list of screen scheme 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 scheme ID.queryString
(@Nullable String queryString) String used to perform a case-insensitive partial match with screen scheme name.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
startAt
public GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
id
public GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder id(@Nullable @Nullable Set<Long> id) The list of screen scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example,id=10000&id=10001
.- Returns:
this
.
-
expand
public GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) include additional information in the response. This parameter acceptsissueTypeScreenSchemes
that, for each screen schemes, returns information about the issue type screen scheme the screen scheme is assigned to.- Returns:
this
.
-
queryString
public GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder queryString(@Nullable @Nullable String queryString) String used to perform a case-insensitive partial match with screen scheme name.- Returns:
this
.
-
orderBy
public GetScreenSchemesOperationSpec.GetScreenSchemesOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field: *id
Sorts by screen scheme ID. *name
Sorts by screen scheme name.- Returns:
this
.
-
build
-
toString
-