public class ProfilePictureSource extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfilePictureSource.EnumBreakingChange |
static class |
ProfilePictureSource.EnumType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProfilePictureSource() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProfilePictureSource loadJSON(String json, APIContext context, String header)
public static APINodeList<ProfilePictureSource> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldBottom()
public ProfilePictureSource setFieldBottom(Long value)
public String getFieldCacheKey()
public ProfilePictureSource setFieldCacheKey(String value)
public Long getFieldHeight()
public ProfilePictureSource setFieldHeight(Long value)
public Boolean getFieldIsSilhouette()
public ProfilePictureSource setFieldIsSilhouette(Boolean value)
public Long getFieldLeft()
public ProfilePictureSource setFieldLeft(Long value)
public Long getFieldRight()
public ProfilePictureSource setFieldRight(Long value)
public Long getFieldTop()
public ProfilePictureSource setFieldTop(Long value)
public String getFieldUrl()
public ProfilePictureSource setFieldUrl(String value)
public Long getFieldWidth()
public ProfilePictureSource setFieldWidth(Long value)
public ProfilePictureSource copyFrom(ProfilePictureSource instance)
public static APIRequest.ResponseParser<ProfilePictureSource> getParser()
Copyright © 2020. All rights reserved.