APINodeList<Persona> |
Page.APIRequestGetPersonas.execute() |
APINodeList<Persona> |
Page.APIRequestGetPersonas.execute(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Persona>> |
Page.APIRequestGetPersonas.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Persona> |
Page.APIRequestCreatePersona.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Persona> |
Persona.APIRequestGet.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Persona>> |
Page.APIRequestGetPersonas.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Persona> |
Page.APIRequestCreatePersona.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Persona> |
Persona.APIRequestGet.executeAsync(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<Persona> |
Persona.fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Persona> |
Persona.fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Persona> |
Persona.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Persona>> |
Persona.fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
APINodeList<Persona> |
Page.APIRequestGetPersonas.getLastResponse() |
static APIRequest.ResponseParser<Persona> |
Persona.getParser() |
static APINodeList<Persona> |
Persona.parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
APINodeList<Persona> |
Page.APIRequestGetPersonas.parseResponse(String response,
String header) |