APINodeList<Group> |
Application.APIRequestGetAppInstalledGroups.execute() |
APINodeList<Group> |
Group.APIRequestGetGroups.execute() |
APINodeList<Group> |
User.APIRequestGetGroups.execute() |
APINodeList<Group> |
Application.APIRequestGetAppInstalledGroups.execute(Map<String,Object> extraParams) |
APINodeList<Group> |
Group.APIRequestGetGroups.execute(Map<String,Object> extraParams) |
APINodeList<Group> |
User.APIRequestGetGroups.execute(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Group>> |
Application.APIRequestGetAppInstalledGroups.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestCreateAdmin.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Group>> |
Group.APIRequestGetGroups.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestCreateGroup.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestCreateMember.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestGet.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestUpdate.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Group>> |
User.APIRequestGetGroups.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Group>> |
Application.APIRequestGetAppInstalledGroups.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestCreateAdmin.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Group>> |
Group.APIRequestGetGroups.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestCreateGroup.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestCreateMember.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestGet.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<Group> |
Group.APIRequestUpdate.executeAsync(Map<String,Object> extraParams) |
com.google.common.util.concurrent.ListenableFuture<APINodeList<Group>> |
User.APIRequestGetGroups.executeAsync(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<Group> |
Group.fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Group> |
Group.fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Group> |
Group.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Group>> |
Group.fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
APINodeList<Group> |
Application.APIRequestGetAppInstalledGroups.getLastResponse() |
APINodeList<Group> |
Group.APIRequestGetGroups.getLastResponse() |
APINodeList<Group> |
User.APIRequestGetGroups.getLastResponse() |
static APIRequest.ResponseParser<Group> |
Group.getParser() |
static APINodeList<Group> |
Group.parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
APINodeList<Group> |
Application.APIRequestGetAppInstalledGroups.parseResponse(String response,
String header) |
APINodeList<Group> |
Group.APIRequestGetGroups.parseResponse(String response,
String header) |
APINodeList<Group> |
User.APIRequestGetGroups.parseResponse(String response,
String header) |