Klasse 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
-
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
GetEditIssueMetaOperationSpec
(String issueIdOrKey, Boolean overrideScreenSecurity, Boolean overrideEditableFlag) Constructs a validated instance ofGetEditIssueMetaOperationSpec
.Constructs a validated instance ofGetEditIssueMetaOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetEditIssueMetaOperationSpec
Constructs a validated instance ofGetEditIssueMetaOperationSpec
.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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.- Gibt zurück:
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).- Gibt zurück:
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).- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-