Klasse SetColumnsOperationSpec.SetColumnsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetColumnsOperationSpec.SetColumnsOperationSpecBuilder
- Umschließende Klasse:
SetColumnsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the filter.requestBody
(@Nullable List<String> requestBody) The IDs of the fields to set as columns.toString()
-
Methodendetails
-
id
The ID of the filter.- Gibt zurück:
this
.
-
requestBody
public SetColumnsOperationSpec.SetColumnsOperationSpecBuilder requestBody(@Nullable @Nullable List<String> requestBody) The IDs of the fields to set as columns. In the form data, specify each field ascolumns=id
, whereid
is the *id* of a field (as seen in the response for [Get fields](#api-rest-api-<ver>-field-get)). For example,columns=summary
.- Gibt zurück:
this
.
-
build
-
toString
-