Klasse FindUsersWithAllPermissionsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.FindUsersWithAllPermissionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FindUsersWithAllPermissionsOperationSpec
extends Object
FindUsersWithAllPermissionsSpec
Specification for the FindUsersWithAllPermissions operation.
Find users with permissions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FindUsersWithAllPermissionsOperationSpec
(String permissions, String query, String username, String accountId, String issueKey, String projectKey, Integer startAt, Integer maxResults) Constructs a validated instance ofFindUsersWithAllPermissionsOperationSpec
.Constructs a validated instance ofFindUsersWithAllPermissionsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable String
A query string that is matched exactly against useraccountId
.A query string that is matched exactly against useraccountId
.builder()
protected boolean
boolean
int
hashCode()
@Nullable String
issueKey()
The issue key for the issue.The issue key for the issue.@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@NotNull String
A comma separated list of permissions.permissions
(@NotNull String permissions) A comma separated list of permissions.@Nullable String
The project key for the project (case sensitive).projectKey
(@Nullable String projectKey) The project key for the project (case sensitive).@Nullable String
query()
A query string that is matched against user attributes, such asdisplayName
andemailAddress
, to find relevant users.A query string that is matched against user attributes, such asdisplayName
andemailAddress
, to find relevant users.@Nullable Integer
startAt()
The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()
@Nullable String
username()
This parameter is no longer available.This parameter is no longer available.void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
FindUsersWithAllPermissionsOperationSpec
@Internal public FindUsersWithAllPermissionsOperationSpec(Consumer<FindUsersWithAllPermissionsOperationSpec> spec) Constructs a validated instance ofFindUsersWithAllPermissionsOperationSpec
.- Parameter:
spec
- the specification to process
-
FindUsersWithAllPermissionsOperationSpec
@Internal public FindUsersWithAllPermissionsOperationSpec(String permissions, String query, String username, String accountId, String issueKey, String projectKey, Integer startAt, Integer maxResults) Constructs a validated instance ofFindUsersWithAllPermissionsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
permissions
- A comma separated list of permissions. Permissions can be specified as any: * permission returned by [Get all permissions](#api-rest-api-3-permissions-get). * custom project permission added by Connect apps. * (deprecated) one of the following: * ASSIGNABLE\\_USER * ASSIGN\\_ISSUE * ATTACHMENT\\_DELETE\\_ALL * ATTACHMENT\\_DELETE\\_OWN * BROWSE * CLOSE\\_ISSUE * COMMENT\\_DELETE\\_ALL * COMMENT\\_DELETE\\_OWN * COMMENT\\_EDIT\\_ALL * COMMENT\\_EDIT\\_OWN * COMMENT\\_ISSUE * CREATE\\_ATTACHMENT * CREATE\\_ISSUE * DELETE\\_ISSUE * EDIT\\_ISSUE * LINK\\_ISSUE * MANAGE\\_WATCHER\\_LIST * MODIFY\\_REPORTER * MOVE\\_ISSUE * PROJECT\\_ADMIN * RESOLVE\\_ISSUE * SCHEDULE\\_ISSUE * SET\\_ISSUE\\_SECURITY * TRANSITION\\_ISSUE * VIEW\\_VERSION\\_CONTROL * VIEW\\_VOTERS\\_AND\\_WATCHERS * VIEW\\_WORKFLOW\\_READONLY * WORKLOG\\_DELETE\\_ALL * WORKLOG\\_DELETE\\_OWN * WORKLOG\\_EDIT\\_ALL * WORKLOG\\_EDIT\\_OWN * WORK\\_ISSUEquery
- 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, unlessaccountId
is specified.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.accountId
- A query string that is matched exactly against useraccountId
. Required, unlessquery
is specified.issueKey
- The issue key for the issue.projectKey
- The project key for the project (case sensitive).startAt
- The index of the first item to return in a page of results (page offset).maxResults
- The maximum number of items to return per page.
-
FindUsersWithAllPermissionsOperationSpec
protected FindUsersWithAllPermissionsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static FindUsersWithAllPermissionsOperationSpec.FindUsersWithAllPermissionsOperationSpecBuilder builder() -
permissions
A comma separated list of permissions. Permissions can be specified as any: * permission returned by [Get all permissions](#api-rest-api-3-permissions-get). * custom project permission added by Connect apps. * (deprecated) one of the following: * ASSIGNABLE\\_USER * ASSIGN\\_ISSUE * ATTACHMENT\\_DELETE\\_ALL * ATTACHMENT\\_DELETE\\_OWN * BROWSE * CLOSE\\_ISSUE * COMMENT\\_DELETE\\_ALL * COMMENT\\_DELETE\\_OWN * COMMENT\\_EDIT\\_ALL * COMMENT\\_EDIT\\_OWN * COMMENT\\_ISSUE * CREATE\\_ATTACHMENT * CREATE\\_ISSUE * DELETE\\_ISSUE * EDIT\\_ISSUE * LINK\\_ISSUE * MANAGE\\_WATCHER\\_LIST * MODIFY\\_REPORTER * MOVE\\_ISSUE * PROJECT\\_ADMIN * RESOLVE\\_ISSUE * SCHEDULE\\_ISSUE * SET\\_ISSUE\\_SECURITY * TRANSITION\\_ISSUE * VIEW\\_VERSION\\_CONTROL * VIEW\\_VOTERS\\_AND\\_WATCHERS * VIEW\\_WORKFLOW\\_READONLY * WORKLOG\\_DELETE\\_ALL * WORKLOG\\_DELETE\\_OWN * WORKLOG\\_EDIT\\_ALL * WORKLOG\\_EDIT\\_OWN * WORK\\_ISSUE -
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, unlessaccountId
is specified. -
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. -
accountId
A query string that is matched exactly against useraccountId
. Required, unlessquery
is specified. -
issueKey
The issue key for the issue. -
projectKey
The project key for the project (case sensitive). -
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
permissions
A comma separated list of permissions. Permissions can be specified as any: * permission returned by [Get all permissions](#api-rest-api-3-permissions-get). * custom project permission added by Connect apps. * (deprecated) one of the following: * ASSIGNABLE\\_USER * ASSIGN\\_ISSUE * ATTACHMENT\\_DELETE\\_ALL * ATTACHMENT\\_DELETE\\_OWN * BROWSE * CLOSE\\_ISSUE * COMMENT\\_DELETE\\_ALL * COMMENT\\_DELETE\\_OWN * COMMENT\\_EDIT\\_ALL * COMMENT\\_EDIT\\_OWN * COMMENT\\_ISSUE * CREATE\\_ATTACHMENT * CREATE\\_ISSUE * DELETE\\_ISSUE * EDIT\\_ISSUE * LINK\\_ISSUE * MANAGE\\_WATCHER\\_LIST * MODIFY\\_REPORTER * MOVE\\_ISSUE * PROJECT\\_ADMIN * RESOLVE\\_ISSUE * SCHEDULE\\_ISSUE * SET\\_ISSUE\\_SECURITY * TRANSITION\\_ISSUE * VIEW\\_VERSION\\_CONTROL * VIEW\\_VOTERS\\_AND\\_WATCHERS * VIEW\\_WORKFLOW\\_READONLY * WORKLOG\\_DELETE\\_ALL * WORKLOG\\_DELETE\\_OWN * WORKLOG\\_EDIT\\_ALL * WORKLOG\\_EDIT\\_OWN * WORK\\_ISSUE- Gibt zurück:
this
.
-
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, unlessaccountId
is specified.- Gibt zurück:
this
.
-
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
A query string that is matched exactly against useraccountId
. Required, unlessquery
is specified.- Gibt zurück:
this
.
-
issueKey
The issue key for the issue.- Gibt zurück:
this
.
-
projectKey
The project key for the project (case sensitive).- Gibt zurück:
this
.
-
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-