Klasse BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder
- Umschließende Klasse:
BulkGetUsersMigrationOperationSpec
public static class BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.
-
Methodendetails
-
startAt
public BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder 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 BulkGetUsersMigrationOperationSpec.BulkGetUsersMigrationOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
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.- Gibt zurück:
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.- Gibt zurück:
this
.
-
build
-
toString
-