All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PartnerIntegrationLinked |
copyFrom(PartnerIntegrationLinked instance) |
PartnerIntegrationLinked.APIRequestDelete |
delete() |
PartnerIntegrationLinked |
fetch() |
static PartnerIntegrationLinked |
fetchById(Long id,
APIContext context) |
static PartnerIntegrationLinked |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PartnerIntegrationLinked> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PartnerIntegrationLinked> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PartnerIntegrationLinked> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PartnerIntegrationLinked>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PartnerIntegrationLinked.APIRequestGet |
get() |
APIContext |
getContext() |
AdsPixel |
getFieldAdsPixel() |
Application |
getFieldApplication() |
List<String> |
getFieldCompletedIntegrationTypes() |
String |
getFieldExternalId() |
Boolean |
getFieldHasOauthToken() |
String |
getFieldId() |
String |
getFieldName() |
OfflineConversionDataSet |
getFieldOfflineConversionDataSet() |
Page |
getFieldPage() |
String |
getFieldPartner() |
Object |
getFieldPartnerProfile() |
ProductCatalog |
getFieldProductCatalog() |
String |
getFieldSetupStatus() |
String |
getId() |
static APIRequest.ResponseParser<PartnerIntegrationLinked> |
getParser() |
static PartnerIntegrationLinked |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PartnerIntegrationLinked> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
PartnerIntegrationLinked.APIRequestUpdate |
update() |