All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PageCallToAction |
copyFrom(PageCallToAction instance) |
PageCallToAction.APIRequestDelete |
delete() |
PageCallToAction |
fetch() |
static PageCallToAction |
fetchById(Long id,
APIContext context) |
static PageCallToAction |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageCallToAction> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PageCallToAction> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PageCallToAction> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PageCallToAction>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
PageCallToAction.APIRequestGet |
get() |
APIContext |
getContext() |
Application |
getFieldAndroidApp() |
String |
getFieldAndroidDeeplink() |
String |
getFieldAndroidDestinationType() |
String |
getFieldAndroidPackageName() |
String |
getFieldAndroidUrl() |
String |
getFieldCreatedTime() |
String |
getFieldEmailAddress() |
Page |
getFieldFrom() |
String |
getFieldId() |
String |
getFieldIntlNumberWithPlus() |
Application |
getFieldIphoneApp() |
String |
getFieldIphoneDeeplink() |
String |
getFieldIphoneDestinationType() |
String |
getFieldIphoneUrl() |
String |
getFieldStatus() |
String |
getFieldType() |
String |
getFieldUpdatedTime() |
String |
getFieldWebDestinationType() |
String |
getFieldWebUrl() |
String |
getId() |
static APIRequest.ResponseParser<PageCallToAction> |
getParser() |
static PageCallToAction |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageCallToAction> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
PageCallToAction.APIRequestUpdate |
update() |