public abstract class UserInfoResponse extends java.lang.Object implements Response
Related specifications:
| Constructor and Description |
|---|
UserInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
static UserInfoResponse |
parse(HTTPResponse httpResponse)
Parses a UserInfo response from the specified HTTP response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoHTTPResponsepublic UserInfoResponse()
public static UserInfoResponse parse(HTTPResponse httpResponse) throws ParseException
httpResponse - The HTTP response. Must not be null.ParseException - If the HTTP response couldn't be parsed to a
UserInfo response.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.