Klasse SetUserColumnsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.SetUserColumnsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetUserColumnsOperationSpec
extends Object
SetUserColumnsSpec
Specification for the SetUserColumns operation.
Set user default 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
SetUserColumnsOperationSpec
(String accountId, List<String> requestBody) Constructs a validated instance ofSetUserColumnsOperationSpec
.Constructs a validated instance ofSetUserColumnsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable String
The account ID of the user, which uniquely identifies the user across all Atlassian products.The account ID of the user, which uniquely identifies the user across all Atlassian products.builder()
protected boolean
boolean
int
hashCode()
The ID of a column to set.requestBody
(@Nullable List<String> requestBody) The ID of a column to set.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
-
SetUserColumnsOperationSpec
Constructs a validated instance ofSetUserColumnsOperationSpec
.- Parameter:
spec
- the specification to process
-
SetUserColumnsOperationSpec
Constructs a validated instance ofSetUserColumnsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
accountId
- The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.requestBody
- The ID of a column to set. To set multiple columns, send multiplecolumns
parameters.
-
SetUserColumnsOperationSpec
protected SetUserColumnsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
requestBody
The ID of a column to set. To set multiple columns, send multiplecolumns
parameters. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Gibt zurück:
this
.
-
requestBody
The ID of a column to set. To set multiple columns, send multiplecolumns
parameters.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-