Package org.kohsuke.github
Class GHEmail
- java.lang.Object
-
- org.kohsuke.github.GHEmail
-
public class GHEmail extends Object
Represents an email of GitHub.- Author:
- Kelly Campbell
-
-
Constructor Summary
Constructors Constructor Description GHEmail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getEmail()
Gets email.int
hashCode()
boolean
isPrimary()
Is primary boolean.boolean
isVerified()
Is verified boolean.String
toString()
-
-
-
Field Detail
-
email
protected String email
-
primary
protected boolean primary
-
verified
protected boolean verified
-
-
Method Detail
-
getEmail
public String getEmail()
Gets email.- Returns:
- the email
-
isPrimary
public boolean isPrimary()
Is primary boolean.- Returns:
- the boolean
-
isVerified
public boolean isVerified()
Is verified boolean.- Returns:
- the boolean
-
-