Klasse BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder
- Umschließende Klasse:
BulkGetGroupsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaccessType
(@Nullable String accessType) The access level of a group.applicationKey
(@Nullable String applicationKey) The application key of the product user groups to search for.build()
The ID of a group.The name of a group.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
-
startAt
public BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder 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 BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
groupId
public BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder groupId(@Nullable @Nullable Set<String> groupId) The ID of a group. To specify multiple IDs, pass multiplegroupId
parameters. For example,groupId=5b10a2844c20165700ede21g&groupId=5b10ac8d82e05b22cc7d4ef5
.- Gibt zurück:
this
.
-
groupName
public BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder groupName(@Nullable @Nullable Set<String> groupName) The name of a group. To specify multiple names, pass multiplegroupName
parameters. For example,groupName=administrators&groupName=jira-software-users
.- Gibt zurück:
this
.
-
accessType
public BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder accessType(@Nullable @Nullable String accessType) The access level of a group. Valid values: 'site-admin', 'admin', 'user'.- Gibt zurück:
this
.
-
applicationKey
public BulkGetGroupsOperationSpec.BulkGetGroupsOperationSpecBuilder applicationKey(@Nullable @Nullable String applicationKey) The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'.- Gibt zurück:
this
.
-
build
-
toString
-