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 booleanequals(Object obj)StringgetEmail()Gets email.inthashCode()booleanisPrimary()Is primary boolean.booleanisVerified()Is verified boolean.StringtoString()
-
-
-
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
-
-