Klasse GetGroupMembersOperationSpec

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

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

Specification for the GetGroupMembers operation.

Get group members

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetGroupMembersOperationSpec

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

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

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

      Parameter:
      groupName - The name of the group to be queried for its members.
      start - The starting index of the returned users.
      limit - The maximum number of users to return per page. Note, this may be restricted by fixed system limits.
    • GetGroupMembersOperationSpec

      protected GetGroupMembersOperationSpec()
  • Methodendetails

    • validate

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

    • groupName

      @NotNull public @NotNull String groupName()
      The name of the group to be queried for its members.
    • start

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

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

      public GetGroupMembersOperationSpec groupName(@NotNull @NotNull String groupName)
      The name of the group to be queried for its members.
      Gibt zurück:
      this.
    • start

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

      public GetGroupMembersOperationSpec limit(@Nullable @Nullable Integer limit)
      The maximum number of users 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