Class GetUserDefaultColumnsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetUserDefaultColumnsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserDefaultColumnsOperationSpec
extends Object
GetUserDefaultColumnsSpec
Specification for the GetUserDefaultColumns operation.
Get user default columns
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetUserDefaultColumnsOperationSpec
(String accountId, String username) Constructs a validated instance ofGetUserDefaultColumnsOperationSpec
.Constructs a validated instance ofGetUserDefaultColumnsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@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()
toString()
@Nullable String
username()
This parameter is no longer available See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.This parameter is no longer available See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.void
validate()
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
-
GetUserDefaultColumnsOperationSpec
@Internal public GetUserDefaultColumnsOperationSpec(Consumer<GetUserDefaultColumnsOperationSpec> spec) Constructs a validated instance ofGetUserDefaultColumnsOperationSpec
.- Parameters:
spec
- the specification to process
-
GetUserDefaultColumnsOperationSpec
Constructs a validated instance ofGetUserDefaultColumnsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
accountId
- The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.username
- This parameter is no longer available See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.
-
GetUserDefaultColumnsOperationSpec
protected GetUserDefaultColumnsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static GetUserDefaultColumnsOperationSpec.GetUserDefaultColumnsOperationSpecBuilder builder() -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. -
username
This parameter is no longer available See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details. -
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.- Returns:
this
.
-
username
This parameter is no longer available See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-