public class User extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
User.APIRequestGet |
static class |
User.APIRequestGetAccounts |
static class |
User.APIRequestGetAdAccounts |
static class |
User.APIRequestGetLeadGenForms |
static class |
User.APIRequestGetPicture |
static class |
User.APIRequestGetPromotableDomains |
static class |
User.APIRequestGetPromotableEvents |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
User(Long id,
APIContext context) |
User(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic User(Long id, APIContext context)
public User(String id, APIContext context)
public User fetch() throws APIException
APIExceptionpublic static User fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static User fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<User> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static User loadJSON(String json, APIContext context)
public static APINodeList<User> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic User.APIRequestGetAccounts getAccounts()
public User.APIRequestGetAdAccounts getAdAccounts()
public User.APIRequestGetLeadGenForms getLeadGenForms()
public User.APIRequestGetPicture getPicture()
public User.APIRequestGetPromotableDomains getPromotableDomains()
public User.APIRequestGetPromotableEvents getPromotableEvents()
public User.APIRequestGet get()
public String getFieldAbout()
public Object getFieldAgeRange()
public String getFieldBirthday()
public Boolean getFieldCanReviewMeasurementRequest()
public Object getFieldContext()
public Object getFieldCover()
public Object getFieldCurrency()
public String getFieldEmail()
public String getFieldEmployeeNumber()
public String getFieldFirstName()
public String getFieldGender()
public Object getFieldHometown()
public String getFieldId()
public String getFieldInstallType()
public Boolean getFieldInstalled()
public Boolean getFieldIsSharedLogin()
public Boolean getFieldIsVerified()
public String getFieldLastName()
public String getFieldLink()
public String getFieldLocale()
public Object getFieldLocation()
public String getFieldMiddleName()
public String getFieldName()
public String getFieldNameFormat()
public Object getFieldPaymentPricepoints()
public String getFieldPolitical()
public String getFieldPublicKey()
public String getFieldQuotes()
public String getFieldRelationshipStatus()
public String getFieldReligion()
public Object getFieldSecuritySettings()
public String getFieldSharedLoginUpgradeRequiredBy()
public String getFieldShortName()
public User getFieldSignificantOther()
public Long getFieldTestGroup()
public String getFieldThirdPartyId()
public Double getFieldTimezone()
public String getFieldTokenForBusiness()
public String getFieldUpdatedTime()
public Boolean getFieldVerified()
public Object getFieldVideoUploadLimits()
public Boolean getFieldViewerCanSendGift()
public String getFieldWebsite()
public static APIRequest.ResponseParser<User> getParser()
Copyright © 2017. All rights reserved.