Class UserEx

  • All Implemented Interfaces:
    Serializable

    public class UserEx
    extends org.eclipse.egit.github.core.User
    Represents an extended GitHub user class with additional two-factor authentication field.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.eclipse.egit.github.core.User

        TYPE_ORG, TYPE_USER
    • Constructor Summary

      Constructors 
      Constructor Description
      UserEx()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getTwoFactorAuthentication()  
      void setTwoFactorAuthentication​(boolean twoFactorAuthentication)  
      • Methods inherited from class org.eclipse.egit.github.core.User

        getAvatarUrl, getBio, getBlog, getCollaborators, getCompany, getCreatedAt, getDiskUsage, getEmail, getFollowers, getFollowing, getGravatarId, getHtmlUrl, getId, getLocation, getLogin, getName, getOwnedPrivateRepos, getPlan, getPrivateGists, getPublicGists, getPublicRepos, getTotalPrivateRepos, getType, getUrl, isHireable, setAvatarUrl, setBio, setBlog, setCollaborators, setCompany, setCreatedAt, setDiskUsage, setEmail, setFollowers, setFollowing, setGravatarId, setHireable, setHtmlUrl, setId, setLocation, setLogin, setName, setOwnedPrivateRepos, setPlan, setPrivateGists, setPublicGists, setPublicRepos, setTotalPrivateRepos, setType, setUrl
    • Constructor Detail

      • UserEx

        public UserEx()
    • Method Detail

      • getTwoFactorAuthentication

        public boolean getTwoFactorAuthentication()
      • setTwoFactorAuthentication

        public void setTwoFactorAuthentication​(boolean twoFactorAuthentication)