Class GetEditIssueMetaOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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 Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetEditIssueMetaOperationSpec(String issueIdOrKey, Boolean overrideScreenSecurity, Boolean overrideEditableFlag) Constructs a validated instance ofGetEditIssueMetaOperationSpec.Constructs a validated instance ofGetEditIssueMetaOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@NotNull StringThe ID or key of the issue.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.@Nullable BooleanWhether non-editable fields are returned.overrideEditableFlag(@Nullable Boolean overrideEditableFlag) Whether non-editable fields are returned.@Nullable BooleanWhether hidden fields are returned.overrideScreenSecurity(@Nullable Boolean overrideScreenSecurity) Whether hidden fields are returned.toString()voidvalidate()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
-