Class UserInfo.UserInfoImpl

java.lang.Object
org.gusdb.oauth2.client.veupathdb.UserInfoImpl
org.veupathdb.lib.container.jaxrs.model.UserInfo.UserInfoImpl
All Implemented Interfaces:
org.gusdb.oauth2.client.veupathdb.UserInfo, UserInfo
Enclosing interface:
UserInfo

public static class UserInfo.UserInfoImpl extends org.gusdb.oauth2.client.veupathdb.UserInfoImpl implements UserInfo
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.veupathdb.lib.container.jaxrs.model.UserInfo

    UserInfo.UserInfoImpl
  • Field Summary

    Fields inherited from interface org.gusdb.oauth2.client.veupathdb.UserInfo

    GROUP_NAME_HELP, GROUP_NAME_SUGGEST, MAX_EMAIL_LENGTH, MAX_PROPERTY_VALUE_SIZE, NO_VALUE, ORGANIZATION_HELP, ORGANIZATION_SUGGEST, USER_PROPERTIES, USERNAME_HELP
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserInfoImpl(org.json.JSONObject json)
     
  • Method Summary

    Methods inherited from class org.gusdb.oauth2.client.veupathdb.UserInfoImpl

    equals, fetchUserInfo, getCountry, getEmail, getFirstName, getGroupName, getInterests, getLastName, getMiddleName, getOrganization, getOrganizationType, getPosition, getSignature, getStableId, getUserId, getUsername, hashCode, isGuest, setCountry, setEmail, setFirstName, setGroupName, setInterests, setLastName, setMiddleName, setOrganization, setOrganizationType, setPosition, setPropertyValues, setPropertyValues, setUsername, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gusdb.oauth2.client.veupathdb.UserInfo

    getCountry, getDisplayName, getEmail, getFirstName, getGroupName, getInterests, getLastName, getMiddleName, getOrganization, getOrganizationType, getPosition, getSignature, getStableId, getUserId, getUsername, isGuest, setCountry, setEmail, setFirstName, setGroupName, setInterests, setLastName, setMiddleName, setOrganization, setOrganizationType, setPosition, setPropertyValues, setPropertyValues, setUsername
  • Constructor Details

    • UserInfoImpl

      public UserInfoImpl(org.json.JSONObject json)