Package | Description |
---|---|
com.facebook.ads.sdk |
Modifier and Type | Method and Description |
---|---|
AgencyClientDeclaration |
AgencyClientDeclaration.copyFrom(AgencyClientDeclaration instance) |
AgencyClientDeclaration |
AgencyClientDeclaration.APIRequestGet.execute() |
AgencyClientDeclaration |
AgencyClientDeclaration.APIRequestGet.execute(Map<String,Object> extraParams) |
AgencyClientDeclaration |
AgencyClientDeclaration.fetch() |
static AgencyClientDeclaration |
AgencyClientDeclaration.fetchById(Long id,
APIContext context) |
static AgencyClientDeclaration |
AgencyClientDeclaration.fetchById(String id,
APIContext context) |
AgencyClientDeclaration |
AdAccount.getFieldAgencyClientDeclaration() |
AgencyClientDeclaration |
AgencyClientDeclaration.APIRequestGet.getLastResponse() |
static AgencyClientDeclaration |
AgencyClientDeclaration.loadJSON(String json,
APIContext context) |
AgencyClientDeclaration |
AgencyClientDeclaration.APIRequestGet.parseResponse(String response) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AgencyClientDeclaration> |
AgencyClientDeclaration.APIRequestGet.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<AgencyClientDeclaration> |
AgencyClientDeclaration.APIRequestGet.executeAsync(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<AgencyClientDeclaration> |
AgencyClientDeclaration.fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AgencyClientDeclaration> |
AgencyClientDeclaration.fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AgencyClientDeclaration> |
AgencyClientDeclaration.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AgencyClientDeclaration>> |
AgencyClientDeclaration.fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
static APIRequest.ResponseParser<AgencyClientDeclaration> |
AgencyClientDeclaration.getParser() |
static APINodeList<AgencyClientDeclaration> |
AgencyClientDeclaration.parseResponse(String json,
APIContext context,
APIRequest request) |
Modifier and Type | Method and Description |
---|---|
AgencyClientDeclaration |
AgencyClientDeclaration.copyFrom(AgencyClientDeclaration instance) |
Copyright © 2018. All rights reserved.