Class GHEmail


  • public class GHEmail
    extends Object
    Represents an email of GitHub.
    Author:
    Kelly Campbell
    • Field Detail

      • email

        protected String email
      • primary

        protected boolean primary
      • verified

        protected boolean verified
    • Constructor Detail

      • GHEmail

        public GHEmail()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object