Class SetColumnsOperationSpec.SetColumnsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetColumnsOperationSpec.SetColumnsOperationSpecBuilder
- Enclosing class:
- SetColumnsOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the filter.requestBody
(@Nullable List<String> requestBody) The IDs of the fields to set as columns.toString()
-
Method Details
-
id
The ID of the filter.- Returns:
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
.- Returns:
this
.
-
build
-
toString
-