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)Equals.StringgetEmail()Gets email.inthashCode()Hash code.booleanisPrimary()Is primary boolean.booleanisVerified()Is verified boolean.StringtoString()To string.
-
-
-
Field Detail
-
email
protected String email
The email.
-
primary
protected boolean primary
The primary.
-
verified
protected boolean verified
The verified.
-
-