Klasse GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder
- Umschließende Klasse:
GetUsersFromGroupOperationSpec
public static class GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the group.As a group's name can change, use ofgroupId
is recommended to identify a group.includeInactiveUsers
(@Nullable Boolean includeInactiveUsers) Include inactive users.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
groupname
public GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder groupname(@Nullable @Nullable String groupname) As a group's name can change, use ofgroupId
is recommended to identify a group. The name of the group. This parameter cannot be used with thegroupId
parameter.- Gibt zurück:
this
.
-
groupId
public GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder groupId(@Nullable @Nullable String groupId) The ID of the group. This parameter cannot be used with thegroupName
parameter.- Gibt zurück:
this
.
-
includeInactiveUsers
public GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder includeInactiveUsers(@Nullable @Nullable Boolean includeInactiveUsers) Include inactive users.- Gibt zurück:
this
.
-
startAt
public GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetUsersFromGroupOperationSpec.GetUsersFromGroupOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-