Class GetEditIssueMetaOperationSpec

java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetEditIssueMetaOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetEditIssueMetaOperationSpec extends Object
GetEditIssueMetaSpec

Specification for the GetEditIssueMeta operation.

Get edit issue metadata

  • Field Details

    • VALIDATION_ENABLED

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

    • GetEditIssueMetaOperationSpec

      @Internal public GetEditIssueMetaOperationSpec(Consumer<GetEditIssueMetaOperationSpec> spec)
      Constructs a validated instance of GetEditIssueMetaOperationSpec.
      Parameters:
      spec - the specification to process
    • GetEditIssueMetaOperationSpec

      @Internal public GetEditIssueMetaOperationSpec(String issueIdOrKey, Boolean overrideScreenSecurity, Boolean overrideEditableFlag)
      Constructs a validated instance of GetEditIssueMetaOperationSpec.

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

      Parameters:
      issueIdOrKey - The ID or key of the issue.
      overrideScreenSecurity - Whether hidden fields are returned. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
      overrideEditableFlag - Whether non-editable fields are returned. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
    • GetEditIssueMetaOperationSpec

      protected GetEditIssueMetaOperationSpec()
  • Method Details

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Throws:
      NullPointerException
    • builder

    • issueIdOrKey

      @NotNull public @NotNull String issueIdOrKey()
      The ID or key of the issue.
    • overrideScreenSecurity

      @Nullable public @Nullable Boolean overrideScreenSecurity()
      Whether hidden fields are returned. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
    • overrideEditableFlag

      @Nullable public @Nullable Boolean overrideEditableFlag()
      Whether non-editable fields are returned. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
    • issueIdOrKey

      public GetEditIssueMetaOperationSpec issueIdOrKey(@NotNull @NotNull String issueIdOrKey)
      The ID or key of the issue.
      Returns:
      this.
    • overrideScreenSecurity

      public GetEditIssueMetaOperationSpec overrideScreenSecurity(@Nullable @Nullable Boolean overrideScreenSecurity)
      Whether hidden fields are returned. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
      Returns:
      this.
    • overrideEditableFlag

      public GetEditIssueMetaOperationSpec overrideEditableFlag(@Nullable @Nullable Boolean overrideEditableFlag)
      Whether non-editable fields are returned. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object