Class GetIssueFieldOptionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetIssueFieldOptionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetIssueFieldOptionOperationSpec
extends Object
GetIssueFieldOptionSpec
Specification for the GetIssueFieldOption operation.
Get issue field option
-
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
ConstructorsModifierConstructorDescriptionprotectedGetIssueFieldOptionOperationSpec(String fieldKey, Long optionId) Constructs a validated instance ofGetIssueFieldOptionOperationSpec.Constructs a validated instance ofGetIssueFieldOptionOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanboolean@NotNull StringfieldKey()The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**.The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**.inthashCode()@NotNull LongoptionId()The ID of the option to be returned.The ID of the option to be 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
-
GetIssueFieldOptionOperationSpec
Constructs a validated instance ofGetIssueFieldOptionOperationSpec.- Parameters:
spec- the specification to process
-
GetIssueFieldOptionOperationSpec
Constructs a validated instance ofGetIssueFieldOptionOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
fieldKey- The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine thefieldKeyvalue, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in thejiraIssueFieldsmodule. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-2-field-get) and in the field details the value is returned inkey. For example,"key": "teams-add-on__team-issue-field"optionId- The ID of the option to be returned.
-
GetIssueFieldOptionOperationSpec
protected GetIssueFieldOptionOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
fieldKey
The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine thefieldKeyvalue, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in thejiraIssueFieldsmodule. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-2-field-get) and in the field details the value is returned inkey. For example,"key": "teams-add-on__team-issue-field" -
optionId
The ID of the option to be returned. -
fieldKey
The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine thefieldKeyvalue, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in thejiraIssueFieldsmodule. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-2-field-get) and in the field details the value is returned inkey. For example,"key": "teams-add-on__team-issue-field"- Returns:
this.
-
optionId
The ID of the option to be returned.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-