Klasse SetUserColumnsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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(String accountId, List<String> requestBody) 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()The ID of a column to set.requestBody(@Nullable List<String> requestBody) The ID of a column to set.toString()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
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 multiplecolumnsparameters.
-
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 multiplecolumnsparameters. -
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 multiplecolumnsparameters.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-