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