クラス User

java.lang.Object
java.util.AbstractMap<String,​Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
org.thinkit.api.gateway.github.response.user.User
すべての実装されたインタフェース:
Serializable, Cloneable, Map<String,​Object>

public final class User
extends com.google.api.client.json.GenericJson
implements Serializable
The entity that manages the user information.
導入されたバージョン:
1.0.0
関連項目:
直列化された形式
  • コンストラクタの詳細

    • User

      public User()
  • メソッドの詳細

    • toString

      public String toString()
      オーバーライド:
      toString クラス内 com.google.api.client.json.GenericJson
    • equals

      public boolean equals​(Object o)
      定義:
      equals インタフェース内 Map<String,​Object>
      オーバーライド:
      equals クラス内 com.google.api.client.util.GenericData
    • hashCode

      public int hashCode()
      定義:
      hashCode インタフェース内 Map<String,​Object>
      オーバーライド:
      hashCode クラス内 com.google.api.client.util.GenericData
    • getLogin

      public String getLogin()
      The login name
    • getId

      public int getId()
      The user id
    • getNodeId

      public String getNodeId()
      The node id
    • getAvaterUrl

      public String getAvaterUrl()
      The avater url
    • getGravatarId

      public String getGravatarId()
      The gravater id
    • getUrl

      public String getUrl()
      The url
    • getHrmlUrl

      public String getHrmlUrl()
      The html url
    • getFollowersUrl

      public String getFollowersUrl()
      The followers url
    • getFollowingUrl

      public String getFollowingUrl()
      The following url
    • getGistsUrl

      public String getGistsUrl()
      The gists url
    • getStarredUrl

      public String getStarredUrl()
      The starred url
    • getSubscriptionsUrl

      public String getSubscriptionsUrl()
      The sbscriptions url
    • getOrganizationsUrl

      public String getOrganizationsUrl()
      The organizations url
    • getReposUrl

      public String getReposUrl()
      The repos url
    • getEventsUrl

      public String getEventsUrl()
      The events url
    • getReceivedEventsUrl

      public String getReceivedEventsUrl()
      The received events url
    • getType

      public String getType()
      The type
    • isSiteAdmin

      public boolean isSiteAdmin()
      The site admin
    • getName

      public String getName()
      The user name
    • getCompany

      public String getCompany()
      The company
    • getBlog

      public String getBlog()
      The blog
    • getLocation

      public String getLocation()
      The location
    • getEmail

      public String getEmail()
      The email
    • isHireable

      public boolean isHireable()
      The hireable
    • getBio

      public String getBio()
      The bio
    • getTwitterUsername

      public String getTwitterUsername()
      The twitter user name
    • getPublicRepos

      public int getPublicRepos()
      The count of public repos
    • getPublicGists

      public int getPublicGists()
      The count of public gists
    • getFollowers

      public int getFollowers()
      The count of followers
    • getFollowing

      public int getFollowing()
      The count of following
    • getCreatedAt

      public String getCreatedAt()
      The created datetime
    • getUpdatedAt

      public String getUpdatedAt()
      The updated datetime