Klasse GetGroupsOperationSpec.GetGroupsOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetGroupsOperationSpec.GetGroupsOperationSpecBuilder
- Umschließende Klasse:
GetGroupsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaccessType(@Nullable String accessType) The group permission level for which to filter results.build()The maximum number of groups to return per page.The starting index of the returned groups.toString()
-
Methodendetails
-
start
public GetGroupsOperationSpec.GetGroupsOperationSpecBuilder start(@Nullable @Nullable Integer start) The starting index of the returned groups.- Gibt zurück:
this.
-
limit
public GetGroupsOperationSpec.GetGroupsOperationSpecBuilder 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.
-
accessType
public GetGroupsOperationSpec.GetGroupsOperationSpecBuilder accessType(@Nullable @Nullable String accessType) The group permission level for which to filter results.- Gibt zurück:
this.
-
build
-
toString
-