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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFindUsersWithAllPermissionsOperationSpec(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 StringA query string that is matched exactly against useraccountId.A query string that is matched exactly against useraccountId.builder()protected booleanbooleaninthashCode()@Nullable StringissueKey()The issue key for the issue.The issue key for the issue.@Nullable IntegerThe maximum number of items to return per page.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.@NotNull StringA comma separated list of permissions.permissions(@NotNull String permissions) A comma separated list of permissions.@Nullable StringThe project key for the project (case sensitive).projectKey(@Nullable String projectKey) The project key for the project (case sensitive).@Nullable Stringquery()A query string that is matched against user attributes, such asdisplayNameandemailAddress, to find relevant users.A query string that is matched against user attributes, such asdisplayNameandemailAddress, to find relevant users.@Nullable IntegerstartAt()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 Stringusername()This parameter is no longer available.This parameter is no longer available.voidvalidate()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 asdisplayNameandemailAddress, to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with adisplayNameof *John Smith* and a user with anemailAddressof *[email protected]*. Required, unlessaccountIdis 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, unlessqueryis 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 asdisplayNameandemailAddress, to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with adisplayNameof *John Smith* and a user with anemailAddressof *[email protected]*. Required, unlessaccountIdis 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, unlessqueryis 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 asdisplayNameandemailAddress, to find relevant users. The string can match the prefix of the attribute's value. For example, *query=john* matches a user with adisplayNameof *John Smith* and a user with anemailAddressof *[email protected]*. Required, unlessaccountIdis 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, unlessqueryis 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
-