Klasse ProjectEmailAddress
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectEmailAddress
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectEmailAddress
extends Object
ProjectEmailAddress
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The email address.When using a custom domain, the status of the email address. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectEmailAddress
(String emailAddress, List<String> emailAddressStatus) Constructs a validated instance ofProjectEmailAddress
.Constructs a validated instance ofProjectEmailAddress
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
emailAddress
The email address. -
emailAddressStatus
When using a custom domain, the status of the email address.
-
-
Konstruktordetails
-
ProjectEmailAddress
Constructs a validated instance ofProjectEmailAddress
.- Parameter:
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.- Parameter:
emailAddress
- The email address.emailAddressStatus
- When using a custom domain, the status of the email address.
-
ProjectEmailAddress
protected ProjectEmailAddress()
-
-
Methodendetails
-
builder
-
emailAddress
The email address. -
emailAddressStatus
When using a custom domain, the status of the email address. -
emailAddress
The email address.- Gibt zurück:
this
.
-
emailAddressStatus
When using a custom domain, the status of the email address.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-