Klasse GetMyPermissionsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetMyPermissionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetMyPermissionsOperationSpec
extends Object
GetMyPermissionsSpec
Specification for the GetMyPermissions operation.
Get my 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
GetMyPermissionsOperationSpec
(String projectKey, String projectId, String issueKey, String issueId, String permissions, String projectUuid, String projectConfigurationUuid, String commentId) Constructs a validated instance ofGetMyPermissionsOperationSpec
.Constructs a validated instance ofGetMyPermissionsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@Nullable String
The ID of the comment.The ID of the comment.boolean
int
hashCode()
@Nullable String
issueId()
The ID of the issue.The ID of the issue.@Nullable String
issueKey()
The key of the issue.The key of the issue.@Nullable String
A list of permission keys.permissions
(@Nullable String permissions) A list of permission keys.@Nullable String
projectConfigurationUuid
(@Nullable String projectConfigurationUuid) @Nullable String
The ID of project.The ID of project.@Nullable String
The key of project.projectKey
(@Nullable String projectKey) The key of project.@Nullable String
projectUuid
(@Nullable String projectUuid) toString()
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
-
GetMyPermissionsOperationSpec
Constructs a validated instance ofGetMyPermissionsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetMyPermissionsOperationSpec
@Internal public GetMyPermissionsOperationSpec(String projectKey, String projectId, String issueKey, String issueId, String permissions, String projectUuid, String projectConfigurationUuid, String commentId) Constructs a validated instance ofGetMyPermissionsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
projectKey
- The key of project. Ignored ifprojectId
is provided.projectId
- The ID of project.issueKey
- The key of the issue. Ignored ifissueId
is provided.issueId
- The ID of the issue.permissions
- A list of permission keys. (Required) This parameter accepts a comma-separated list. To get the list of available permissions, use [Get all permissions](#api-rest-api-3-permissions-get).projectUuid
-projectConfigurationUuid
-commentId
- The ID of the comment.
-
GetMyPermissionsOperationSpec
protected GetMyPermissionsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
projectKey
The key of project. Ignored ifprojectId
is provided. -
projectId
The ID of project. -
issueKey
The key of the issue. Ignored ifissueId
is provided. -
issueId
The ID of the issue. -
permissions
A list of permission keys. (Required) This parameter accepts a comma-separated list. To get the list of available permissions, use [Get all permissions](#api-rest-api-3-permissions-get). -
projectUuid
-
projectConfigurationUuid
-
commentId
The ID of the comment. -
projectKey
The key of project. Ignored ifprojectId
is provided.- Gibt zurück:
this
.
-
projectId
The ID of project.- Gibt zurück:
this
.
-
issueKey
The key of the issue. Ignored ifissueId
is provided.- Gibt zurück:
this
.
-
issueId
The ID of the issue.- Gibt zurück:
this
.
-
permissions
A list of permission keys. (Required) This parameter accepts a comma-separated list. To get the list of available permissions, use [Get all permissions](#api-rest-api-3-permissions-get).- Gibt zurück:
this
.
-
projectUuid
- Gibt zurück:
this
.
-
projectConfigurationUuid
public GetMyPermissionsOperationSpec projectConfigurationUuid(@Nullable @Nullable String projectConfigurationUuid) - Gibt zurück:
this
.
-
commentId
The ID of the comment.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-