Klasse BulkGetUsersOperationSpec.BulkGetUsersOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.BulkGetUsersOperationSpec.BulkGetUsersOperationSpecBuilder
- Umschließende Klasse:
BulkGetUsersOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of a user.build()
This parameter is no longer available and will be removed from the documentation soon.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()
This parameter is no longer available and will be removed from the documentation soon.
-
Methodendetails
-
accountId
public BulkGetUsersOperationSpec.BulkGetUsersOperationSpecBuilder accountId(@NotNull @NotNull List<String> accountId) The account ID of a user. To specify multiple users, pass multipleaccountId
parameters. For example,accountId=5b10a2844c20165700ede21g&accountId=5b10ac8d82e05b22cc7d4ef5
.- Gibt zurück:
this
.
-
startAt
public BulkGetUsersOperationSpec.BulkGetUsersOperationSpecBuilder 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 BulkGetUsersOperationSpec.BulkGetUsersOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
username
public BulkGetUsersOperationSpec.BulkGetUsersOperationSpecBuilder username(@Nullable @Nullable List<String> username) This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Gibt zurück:
this
.
-
key
public BulkGetUsersOperationSpec.BulkGetUsersOperationSpecBuilder key(@Nullable @Nullable List<String> key) This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Gibt zurück:
this
.
-
build
-
toString
-