Klasse GetUserOperationSpec.GetUserOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetUserOperationSpec.GetUserOperationSpecBuilder
- Umschließende Klasse:
GetUserOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe account ID of the user, which uniquely identifies the user across all Atlassian products.build()
Use [expand](#expansion) to include additional information about users in the response.This parameter is no longer available.toString()
This parameter is no longer available.
-
Methodendetails
-
accountId
public GetUserOperationSpec.GetUserOperationSpecBuilder accountId(@Nullable @Nullable String accountId) The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required.- Gibt zurück:
this
.
-
username
public GetUserOperationSpec.GetUserOperationSpecBuilder username(@Nullable @Nullable String username) This parameter is no longer available. 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
This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide) for details.- Gibt zurück:
this
.
-
expand
Use [expand](#expansion) to include additional information about users in the response. This parameter accepts a comma-separated list. Expand options include: *groups
includes all groups and nested groups to which the user belongs. *applicationRoles
includes details of all the applications to which the user has access.- Gibt zurück:
this
.
-
build
-
toString
-