Class GetUserEmailOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetUserEmailOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetUserEmailOperationSpec
extends Object
GetUserEmailSpec
Specification for the GetUserEmail operation.
Get user email
-
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
GetUserEmailOperationSpec
(String accountId) Constructs a validated instance ofGetUserEmailOperationSpec
.Constructs a validated instance ofGetUserEmailOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@NotNull 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()
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
-
GetUserEmailOperationSpec
Constructs a validated instance ofGetUserEmailOperationSpec
.- Parameters:
spec
- the specification to process
-
GetUserEmailOperationSpec
Constructs a validated instance ofGetUserEmailOperationSpec
.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
.
-
GetUserEmailOperationSpec
protected GetUserEmailOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
accountId
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example,5b10ac8d82e05b22cc7d4ef5
. -
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
-