All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ResearchPollStudy |
copyFrom(ResearchPollStudy instance) |
ResearchPollStudy |
fetch() |
static ResearchPollStudy |
fetchById(Long id,
APIContext context) |
static ResearchPollStudy |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ResearchPollStudy> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ResearchPollStudy> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ResearchPollStudy> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ResearchPollStudy>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ResearchPollStudy.APIRequestGet |
get() |
APIContext |
getContext() |
AdAccount |
getFieldAccount() |
String |
getFieldId() |
String |
getFieldName() |
String |
getId() |
static APIRequest.ResponseParser<ResearchPollStudy> |
getParser() |
static ResearchPollStudy |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ResearchPollStudy> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |