Klasse GetAllIssueFieldOptionsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllIssueFieldOptionsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllIssueFieldOptionsOperationSpec
extends Object
GetAllIssueFieldOptionsSpec
Specification for the GetAllIssueFieldOptions operation.
Get all issue field options
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetAllIssueFieldOptionsOperationSpec(String fieldKey, Long startAt, Integer maxResults) Constructs a validated instance ofGetAllIssueFieldOptionsOperationSpec.Constructs a validated instance ofGetAllIssueFieldOptionsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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()@Nullable IntegerThe maximum number of items to return per page.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable LongstartAt()The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).toString()voidvalidate()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
-
GetAllIssueFieldOptionsOperationSpec
@Internal public GetAllIssueFieldOptionsOperationSpec(Consumer<GetAllIssueFieldOptionsOperationSpec> spec) Constructs a validated instance ofGetAllIssueFieldOptionsOperationSpec.- Parameter:
spec- the specification to process
-
GetAllIssueFieldOptionsOperationSpec
@Internal public GetAllIssueFieldOptionsOperationSpec(String fieldKey, Long startAt, Integer maxResults) Constructs a validated instance ofGetAllIssueFieldOptionsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
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"startAt- The index of the first item to return in a page of results (page offset).maxResults- The maximum number of items to return per page.
-
GetAllIssueFieldOptionsOperationSpec
protected GetAllIssueFieldOptionsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetAllIssueFieldOptionsOperationSpec.GetAllIssueFieldOptionsOperationSpecBuilder 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" -
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
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"- Gibt zurück:
this.
-
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-