Class GetUserOperationSpec.GetUserOperationSpecBuilder

java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetUserOperationSpec.GetUserOperationSpecBuilder
Enclosing class:
GetUserOperationSpec

public static class GetUserOperationSpec.GetUserOperationSpecBuilder extends Object
  • Method Details

    • 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.
      Returns:
      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.
      Returns:
      this.
    • key

      public GetUserOperationSpec.GetUserOperationSpecBuilder key(@Nullable @Nullable String 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.
      Returns:
      this.
    • expand

      public GetUserOperationSpec.GetUserOperationSpecBuilder expand(@Nullable @Nullable String 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.
      Returns:
      this.
    • build

      public GetUserOperationSpec build()
    • toString

      public String toString()
      Overrides:
      toString in class Object