Klasse SetColumnsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetColumnsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetColumnsOperationSpec
extends Object
SetColumnsSpec
Specification for the SetColumns operation.
Set columns
-
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
SetColumnsOperationSpec
(Long id, List<String> requestBody) Constructs a validated instance ofSetColumnsOperationSpec
.Constructs a validated instance ofSetColumnsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the filter.The ID of the filter.The IDs of the fields to set as columns.requestBody
(@Nullable List<String> requestBody) The IDs of the fields to set as columns.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
-
SetColumnsOperationSpec
Constructs a validated instance ofSetColumnsOperationSpec
.- Parameter:
spec
- the specification to process
-
SetColumnsOperationSpec
Constructs a validated instance ofSetColumnsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the filter.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
.
-
SetColumnsOperationSpec
protected SetColumnsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the filter. -
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
. -
id
The ID of the filter.- Gibt zurück:
this
.
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-