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

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetMyPermissionsOperationSpec

      @Internal public GetMyPermissionsOperationSpec(Consumer<GetMyPermissionsOperationSpec> spec)
      Constructs a validated instance of GetMyPermissionsOperationSpec.
      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 of GetMyPermissionsOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      projectKey - The key of project. Ignored if projectId is provided.
      projectId - The ID of project.
      issueKey - The key of the issue. Ignored if issueId 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

      @Nullable public @Nullable String projectKey()
      The key of project. Ignored if projectId is provided.
    • projectId

      @Nullable public @Nullable String projectId()
      The ID of project.
    • issueKey

      @Nullable public @Nullable String issueKey()
      The key of the issue. Ignored if issueId is provided.
    • issueId

      @Nullable public @Nullable String issueId()
      The ID of the issue.
    • permissions

      @Nullable public @Nullable String 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

      @Nullable public @Nullable String projectUuid()
    • projectConfigurationUuid

      @Nullable public @Nullable String projectConfigurationUuid()
    • commentId

      @Nullable public @Nullable String commentId()
      The ID of the comment.
    • projectKey

      public GetMyPermissionsOperationSpec projectKey(@Nullable @Nullable String projectKey)
      The key of project. Ignored if projectId is provided.
      Gibt zurück:
      this.
    • projectId

      public GetMyPermissionsOperationSpec projectId(@Nullable @Nullable String projectId)
      The ID of project.
      Gibt zurück:
      this.
    • issueKey

      public GetMyPermissionsOperationSpec issueKey(@Nullable @Nullable String issueKey)
      The key of the issue. Ignored if issueId is provided.
      Gibt zurück:
      this.
    • issueId

      public GetMyPermissionsOperationSpec issueId(@Nullable @Nullable String issueId)
      The ID of the issue.
      Gibt zurück:
      this.
    • permissions

      public GetMyPermissionsOperationSpec permissions(@Nullable @Nullable String 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

      public GetMyPermissionsOperationSpec projectUuid(@Nullable @Nullable String projectUuid)
      Gibt zurück:
      this.
    • projectConfigurationUuid

      public GetMyPermissionsOperationSpec projectConfigurationUuid(@Nullable @Nullable String projectConfigurationUuid)
      Gibt zurück:
      this.
    • commentId

      public GetMyPermissionsOperationSpec commentId(@Nullable @Nullable String commentId)
      The ID of the comment.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object