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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetEditIssueMetaOperationSpec
(String issueIdOrKey, Boolean overrideScreenSecurity, Boolean overrideEditableFlag) Constructs a validated instance ofGetEditIssueMetaOperationSpec
.Constructs a validated instance ofGetEditIssueMetaOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
The ID or key of the issue.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.@Nullable Boolean
Whether non-editable fields are returned.overrideEditableFlag
(@Nullable Boolean overrideEditableFlag) Whether non-editable fields are returned.@Nullable Boolean
Whether hidden fields are returned.overrideScreenSecurity
(@Nullable Boolean overrideScreenSecurity) Whether hidden fields are returned.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetEditIssueMetaOperationSpec
Constructs a validated instance ofGetEditIssueMetaOperationSpec
.- Parameters:
spec
- the specification to process
-
GetEditIssueMetaOperationSpec
@Internal public GetEditIssueMetaOperationSpec(String issueIdOrKey, Boolean overrideScreenSecurity, Boolean overrideEditableFlag) Constructs a validated instance ofGetEditIssueMetaOperationSpec
.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
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). -
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-