Klasse FindGroupsOperationSpec.FindGroupsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.FindGroupsOperationSpec.FindGroupsOperationSpecBuilder
- Umschließende Klasse:
FindGroupsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThis parameter is deprecated, setting it does not affect the results.build()
caseInsensitive
(@Nullable Boolean caseInsensitive) Whether the search for groups should be case insensitive.As a group's name can change, use ofexcludeGroupIds
is recommended to identify a group.A group ID to exclude from the result.maxResults
(@Nullable Integer maxResults) The maximum number of groups to return.The string to find in group names.toString()
This parameter is no longer available.
-
Methodendetails
-
accountId
public FindGroupsOperationSpec.FindGroupsOperationSpecBuilder accountId(@Nullable @Nullable String accountId) This parameter is deprecated, setting it does not affect the results. To find groups containing a particular user, use [Get user groups](#api-rest-api-2-user-groups-get).- Gibt zurück:
this
.
-
query
public FindGroupsOperationSpec.FindGroupsOperationSpecBuilder query(@Nullable @Nullable String query) The string to find in group names.- Gibt zurück:
this
.
-
exclude
public FindGroupsOperationSpec.FindGroupsOperationSpecBuilder exclude(@Nullable @Nullable List<String> exclude) As a group's name can change, use ofexcludeGroupIds
is recommended to identify a group. A group to exclude from the result. To exclude multiple groups, provide an ampersand-separated list. For example,exclude=group1&exclude=group2
. This parameter cannot be used with theexcludeGroupIds
parameter.- Gibt zurück:
this
.
-
excludeId
public FindGroupsOperationSpec.FindGroupsOperationSpecBuilder excludeId(@Nullable @Nullable List<String> excludeId) A group ID to exclude from the result. To exclude multiple groups, provide an ampersand-separated list. For example,excludeId=group1-id&excludeId=group2-id
. This parameter cannot be used with theexcludeGroups
parameter.- Gibt zurück:
this
.
-
maxResults
public FindGroupsOperationSpec.FindGroupsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of groups to return. The maximum number of groups that can be returned is limited by the system propertyjira.ajax.autocomplete.limit
.- Gibt zurück:
this
.
-
caseInsensitive
public FindGroupsOperationSpec.FindGroupsOperationSpecBuilder caseInsensitive(@Nullable @Nullable Boolean caseInsensitive) Whether the search for groups should be case insensitive.- Gibt zurück:
this
.
-
userName
public FindGroupsOperationSpec.FindGroupsOperationSpecBuilder userName(@Nullable @Nullable String userName) This parameter is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Gibt zurück:
this
.
-
build
-
toString
-