Klasse FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder
- Umschließende Klasse:
FindAssignableUsersOperationSpec
public static class FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungA query string that is matched exactly against useraccountId
.actionDescriptorId
(@Nullable Integer actionDescriptorId) The ID of the transition.build()
The key of the issue.maxResults
(@Nullable Integer maxResults) The maximum number of items to return.The project ID or project key (case sensitive).A query string that is matched against user attributes, such asdisplayName
, andemailAddress
, to find relevant users.The sessionId of this request.The index of the first item to return in a page of results (page offset).toString()
This parameter is no longer available.
-
Methodendetails
-
query
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder query(@Nullable @Nullable String query) A query string that is matched against user attributes, such asdisplayName
, andemailAddress
, to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with adisplayName
of *John Smith* and a user with anemailAddress
of *[email protected]*. Required, unlessusername
oraccountId
is specified.- Gibt zurück:
this
.
-
sessionId
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder sessionId(@Nullable @Nullable String sessionId) The sessionId of this request. SessionId is the same until the assignee is set.- Gibt zurück:
this
.
-
username
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder 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
.
-
accountId
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder accountId(@Nullable @Nullable String accountId) A query string that is matched exactly against useraccountId
. Required, unlessquery
is specified.- Gibt zurück:
this
.
-
project
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder project(@Nullable @Nullable String project) The project ID or project key (case sensitive). Required, unlessissueKey
is specified.- Gibt zurück:
this
.
-
issueKey
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder issueKey(@Nullable @Nullable String issueKey) The key of the issue. Required, unlessproject
is specified.- Gibt zurück:
this
.
-
startAt
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder startAt(@Nullable @Nullable Integer startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return. This operation may return less than the maximum number of items even if more are available. The operation fetches users up to the maximum and then, from the fetched users, returns only the users that can be assigned to the issue.- Gibt zurück:
this
.
-
actionDescriptorId
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder actionDescriptorId(@Nullable @Nullable Integer actionDescriptorId) The ID of the transition.- Gibt zurück:
this
.
-
recommend
public FindAssignableUsersOperationSpec.FindAssignableUsersOperationSpecBuilder recommend(@Nullable @Nullable Boolean recommend) - Gibt zurück:
this
.
-
build
-
toString
-