Klasse GetGroupMembershipsForUserOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetGroupMembershipsForUserOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetGroupMembershipsForUserOperationSpec extends Object
GetGroupMembershipsForUserSpec

Specification for the GetGroupMembershipsForUser operation.

Get group memberships for user

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetGroupMembershipsForUserOperationSpec

      @Internal public GetGroupMembershipsForUserOperationSpec(Consumer<GetGroupMembershipsForUserOperationSpec> spec)
      Constructs a validated instance of GetGroupMembershipsForUserOperationSpec.
      Parameter:
      spec - the specification to process
    • GetGroupMembershipsForUserOperationSpec

      @Internal public GetGroupMembershipsForUserOperationSpec(String accountId, Integer start, Integer limit)
      Constructs a validated instance of GetGroupMembershipsForUserOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      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.
      start - The starting index of the returned groups.
      limit - The maximum number of groups to return per page. Note, this may be restricted by fixed system limits.
    • GetGroupMembershipsForUserOperationSpec

      protected GetGroupMembershipsForUserOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • accountId

      @NotNull public @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.
    • start

      @Nullable public @Nullable Integer start()
      The starting index of the returned groups.
    • limit

      @Nullable public @Nullable Integer limit()
      The maximum number of groups to return per page. Note, this may be restricted by fixed system limits.
    • accountId

      public GetGroupMembershipsForUserOperationSpec 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.
    • start

      public GetGroupMembershipsForUserOperationSpec start(@Nullable @Nullable Integer start)
      The starting index of the returned groups.
      Gibt zurück:
      this.
    • limit

      public GetGroupMembershipsForUserOperationSpec limit(@Nullable @Nullable Integer limit)
      The maximum number of groups to return per page. Note, this may be restricted by fixed system limits.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

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