Klasse FindUserKeysByQueryOperationSpec.FindUserKeysByQueryOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.FindUserKeysByQueryOperationSpec.FindUserKeysByQueryOperationSpecBuilder
- Umschließende Klasse:
FindUserKeysByQueryOperationSpec
public static class FindUserKeysByQueryOperationSpec.FindUserKeysByQueryOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The search query.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
query
public FindUserKeysByQueryOperationSpec.FindUserKeysByQueryOperationSpecBuilder query(@NotNull @NotNull String query) The search query.- Gibt zurück:
this
.
-
startAt
public FindUserKeysByQueryOperationSpec.FindUserKeysByQueryOperationSpecBuilder 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 FindUserKeysByQueryOperationSpec.FindUserKeysByQueryOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-