All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
LeadGenContextCard |
copyFrom(LeadGenContextCard instance) |
LeadGenContextCard |
fetch() |
static LeadGenContextCard |
fetchById(Long id,
APIContext context) |
static LeadGenContextCard |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LeadGenContextCard> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<LeadGenContextCard> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<LeadGenContextCard> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<LeadGenContextCard>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
LeadGenContextCard.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldButtonText() |
Canvas |
getFieldCanvas() |
String |
getFieldCanvasJumpToFormButtonText() |
List<String> |
getFieldContent() |
Photo |
getFieldCoverPhoto() |
String |
getFieldFormat() |
String |
getFieldId() |
String |
getFieldStyle() |
String |
getFieldTitle() |
String |
getId() |
static APIRequest.ResponseParser<LeadGenContextCard> |
getParser() |
static LeadGenContextCard |
loadJSON(String json,
APIContext context) |
static APINodeList<LeadGenContextCard> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |