Class BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder
- Enclosing class:
- BulkGetUsersMigrationOperationSpec
public static class BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Key of a user.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).toString()
Username of a user.
-
Method Details
-
startAt
public BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this
.
-
maxResults
public BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this
.
-
username
public BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder username(@Nullable @Nullable List<String> username) Username of a user. To specify multiple users, pass multiple copies of this parameter. For example,username=fred&username=barney
. Required ifkey
isn't provided. Cannot be provided ifkey
is present.- Returns:
this
.
-
key
public BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder key(@Nullable @Nullable List<String> key) Key of a user. To specify multiple users, pass multiple copies of this parameter. For example,key=fred&key=barney
. Required ifusername
isn't provided. Cannot be provided ifusername
is present.- Returns:
this
.
-
build
-
toString
-