Class ProjectEmailAddress
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectEmailAddress
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectEmailAddress
extends Object
ProjectEmailAddress
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The email address.When using a custom domain, the status of the email address. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectEmailAddress
(String emailAddress, List<String> emailAddressStatus) Constructs a validated instance ofProjectEmailAddress
.Constructs a validated instance ofProjectEmailAddress
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The email address.emailAddress
(String emailAddress) The email address.When using a custom domain, the status of the email address.emailAddressStatus
(List<String> emailAddressStatus) When using a custom domain, the status of the email address.boolean
int
hashCode()
toString()
-
Field Details
-
emailAddress
The email address. -
emailAddressStatus
When using a custom domain, the status of the email address.
-
-
Constructor Details
-
ProjectEmailAddress
Constructs a validated instance ofProjectEmailAddress
.- Parameters:
spec
- the specification to process
-
ProjectEmailAddress
Constructs a validated instance ofProjectEmailAddress
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectEmailAddress(Consumer)
instead.- Parameters:
emailAddress
- The email address.emailAddressStatus
- When using a custom domain, the status of the email address.
-
ProjectEmailAddress
protected ProjectEmailAddress()
-
-
Method Details
-
builder
-
emailAddress
The email address. -
emailAddressStatus
When using a custom domain, the status of the email address. -
emailAddress
The email address.- Returns:
this
.
-
emailAddressStatus
When using a custom domain, the status of the email address.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-