Class UnrestrictedUserEmail
java.lang.Object
io.github.primelib.jira4j.restv2.model.UnrestrictedUserEmail
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UnrestrictedUserEmail
extends Object
UnrestrictedUserEmail
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnrestrictedUserEmail(String accountId, String email) Constructs a validated instance ofUnrestrictedUserEmail.Constructs a validated instance ofUnrestrictedUserEmail. -
Method Summary
-
Field Details
-
accountId
The accountId of the user -
email
The email of the user
-
-
Constructor Details
-
UnrestrictedUserEmail
Constructs a validated instance ofUnrestrictedUserEmail.- Parameters:
spec- the specification to process
-
UnrestrictedUserEmail
Constructs a validated instance ofUnrestrictedUserEmail.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UnrestrictedUserEmail(Consumer)instead.- Parameters:
accountId- The accountId of the useremail- The email of the user
-
UnrestrictedUserEmail
protected UnrestrictedUserEmail()
-
-
Method Details
-
builder
-
accountId
The accountId of the user -
email
The email of the user -
accountId
The accountId of the user- Returns:
this.
-
email
The email of the user- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-