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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetGroupMembersOperationSpec(String groupName, Integer start, Integer limit) Constructs a validated instance ofGetGroupMembersOperationSpec.Constructs a validated instance ofGetGroupMembersOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@NotNull StringThe name of the group to be queried for its members.The name of the group to be queried for its members.inthashCode()@Nullable Integerlimit()The maximum number of users to return per page.The maximum number of users to return per page.@Nullable Integerstart()The starting index of the returned users.The starting index of the returned users.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetGroupMembersOperationSpec
Constructs a validated instance ofGetGroupMembersOperationSpec.- Parameter:
spec- the specification to process
-
GetGroupMembersOperationSpec
Constructs a validated instance ofGetGroupMembersOperationSpec.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
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. -
groupName
The name of the group to be queried for its members.- Gibt zurück:
this.
-
start
The starting index of the returned users.- Gibt zurück:
this.
-
limit
The maximum number of users to return per page. Note, this may be restricted by fixed system limits.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-