public class UserDataApi extends BaseApi implements LoginUserOAuthTokenAuthorizable
Constructor and Description |
---|
UserDataApi() |
Modifier and Type | Method and Description |
---|---|
LoginUserOAuthTokenAuthorization |
getLoginUserOAuthTokenAuthorization() |
UserDataApi |
setLoginUserOAuthTokenAuthorization(LoginUserOAuthTokenAuthorization loginUserOAuthTokenAuthorization) |
UserData |
show()
Get the Login User Data.
|
void |
update(UserDataAttributes userDataAttributes)
Update the Login User Data.
|
collectionUrl, getApi, memberUrl, memberUrl, setApi
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getApi, setApi
public UserData show() throws java.io.IOException, SocialIdApiException
java.io.IOException
SocialIdApiException
public void update(UserDataAttributes userDataAttributes) throws java.io.IOException, SocialIdApiException
userDataAttributes
- The user data attributesjava.io.IOException
SocialIdApiException
public LoginUserOAuthTokenAuthorization getLoginUserOAuthTokenAuthorization()
getLoginUserOAuthTokenAuthorization
in interface LoginUserOAuthTokenAuthorizable
public UserDataApi setLoginUserOAuthTokenAuthorization(LoginUserOAuthTokenAuthorization loginUserOAuthTokenAuthorization)