Class 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSetUserColumnsOperationSpec(UserColumnRequestBody userColumnRequestBody, String accountId) Constructs a validated instance ofSetUserColumnsOperationSpec.Constructs a validated instance ofSetUserColumnsOperationSpec. -
Method Summary
Modifier and TypeMethodDescription@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
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
SetUserColumnsOperationSpec
Constructs a validated instance ofSetUserColumnsOperationSpec.- Parameters:
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.
- Parameters:
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()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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.- Returns:
this.
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-