Class User

java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.User

public class User
extends CFObject
Represents a Codeforces user.
  • Field Details

    • handle

      public String handle
      Codeforces user handle.
    • email

      public String email
      Shown only if user allowed to share his contact info.
    • vkld

      public String vkld
      User id for VK social network. Shown only if user allowed to share his contact info.
    • openId

      public String openId
      Shown only if user allowed to share his contact info.
    • firstName

      public String firstName
      Localized. Can be absent.
    • lastName

      public String lastName
      Localized. Can be absent.
    • country

      public String country
      Localized. Can be absent.
    • city

      public String city
      Localized. Can be absent.
    • organization

      public String organization
      Localized. Can be absent.
    • contribution

      public int contribution
      User contribution.
    • rank

      public String rank
      Localized.
    • rating

      public int rating
    • maxRank

      public String maxRank
      Localized.
    • maxRating

      public int maxRating
    • lastOnlineTimeSeconds

      public long lastOnlineTimeSeconds
      Time, when user was last seen online, in unix format.
    • registrationTimeSeconds

      public long registrationTimeSeconds
      Time, when user was registered, in unix format.
    • friendOfCount

      public int friendOfCount
      Amount of users who have this user in friends.
    • avatar

      public URI avatar
      User's avatar URL.
    • titlePhoto

      public URI titlePhoto
      User's title photo URL.
  • Constructor Details

    • User

      public User()