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