Klasse GetUserOperationSpec.GetUserOperationSpecBuilder

java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetUserOperationSpec.GetUserOperationSpecBuilder
Umschließende Klasse:
GetUserOperationSpec

public static class GetUserOperationSpec.GetUserOperationSpecBuilder extends Object
  • Methodendetails

    • accountId

      public GetUserOperationSpec.GetUserOperationSpecBuilder accountId(@NotNull @NotNull String accountId)
      The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.
      Gibt zurück:
      this.
    • expand

      public GetUserOperationSpec.GetUserOperationSpecBuilder expand(@Nullable @Nullable List<String> expand)
      A multi-value parameter indicating which properties of the user to expand. - operations returns the operations that the user is allowed to do. - personalSpace returns the user's personal space, if it exists. - isExternalCollaborator returns whether the user is an external collaborator user.
      Gibt zurück:
      this.
    • build

      public GetUserOperationSpec build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object