Klasse FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder
- Umschließende Klasse:
FindUsersAndGroupsOperationSpec
public static class FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungavatarSize
(@Nullable String avatarSize) The size of the avatar to return.build()
caseInsensitive
(@Nullable Boolean caseInsensitive) Whether the search for groups should be case insensitive.excludeConnectAddons
(@Nullable Boolean excludeConnectAddons) Whether Connect app users and groups should be excluded from the search results.The custom field ID of the field this request is for.issueTypeId
(@Nullable List<String> issueTypeId) The ID of an issue type that returned users and groups must have permission to view.maxResults
(@Nullable Integer maxResults) The maximum number of items to return in each list.The ID of a project that returned users and groups must have permission to view.The search string.showAvatar
(@Nullable Boolean showAvatar) Whether the user avatar should be returned.toString()
-
Methodendetails
-
query
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder query(@NotNull @NotNull String query) The search string.- Gibt zurück:
this
.
-
maxResults
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return in each list.- Gibt zurück:
this
.
-
showAvatar
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder showAvatar(@Nullable @Nullable Boolean showAvatar) Whether the user avatar should be returned. If an invalid value is provided, the default value is used.- Gibt zurück:
this
.
-
fieldId
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder fieldId(@Nullable @Nullable String fieldId) The custom field ID of the field this request is for.- Gibt zurück:
this
.
-
projectId
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder projectId(@Nullable @Nullable List<String> projectId) The ID of a project that returned users and groups must have permission to view. To include multiple projects, provide an ampersand-separated list. For example,projectId=10000&projectId=10001
. This parameter is only used whenfieldId
is present.- Gibt zurück:
this
.
-
issueTypeId
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder issueTypeId(@Nullable @Nullable List<String> issueTypeId) The ID of an issue type that returned users and groups must have permission to view. To include multiple issue types, provide an ampersand-separated list. For example,issueTypeId=10000&issueTypeId=10001
. Special values, such as-1
(all standard issue types) and-2
(all subtask issue types), are supported. This parameter is only used whenfieldId
is present.- Gibt zurück:
this
.
-
avatarSize
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder avatarSize(@Nullable @Nullable String avatarSize) The size of the avatar to return. If an invalid value is provided, the default value is used.- Gibt zurück:
this
.
-
caseInsensitive
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder caseInsensitive(@Nullable @Nullable Boolean caseInsensitive) Whether the search for groups should be case insensitive.- Gibt zurück:
this
.
-
excludeConnectAddons
public FindUsersAndGroupsOperationSpec.FindUsersAndGroupsOperationSpecBuilder excludeConnectAddons(@Nullable @Nullable Boolean excludeConnectAddons) Whether Connect app users and groups should be excluded from the search results. If an invalid value is provided, the default value is used.- Gibt zurück:
this
.
-
build
-
toString
-