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 Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSetUserColumnsOperationSpec(UserColumnRequestBody userColumnRequestBody, String accountId) Constructs a validated instance ofSetUserColumnsOperationSpec.Constructs a validated instance ofSetUserColumnsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable StringThe 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 booleanbooleaninthashCode()toString()@NotNull UserColumnRequestBodyThe ID of a column to set.userColumnRequestBody(@NotNull UserColumnRequestBody userColumnRequestBody) The ID of a column to set.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
-
SetUserColumnsOperationSpec
Constructs a validated instance ofSetUserColumnsOperationSpec.- Parameter:
spec- the specification to process
-
SetUserColumnsOperationSpec
@Internal public SetUserColumnsOperationSpec(UserColumnRequestBody userColumnRequestBody, String accountId) Constructs a validated instance ofSetUserColumnsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
userColumnRequestBody- The ID of a column to set. To set multiple columns, send multiplecolumnsparameters.accountId- The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
-
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
-
userColumnRequestBody
The ID of a column to set. To set multiple columns, send multiplecolumnsparameters. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
userColumnRequestBody
public SetUserColumnsOperationSpec userColumnRequestBody(@NotNull @NotNull UserColumnRequestBody userColumnRequestBody) The ID of a column to set. To set multiple columns, send multiplecolumnsparameters.- Gibt zurück:
this.
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-