All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Lead |
copyFrom(Lead instance) |
Lead.APIRequestDelete |
delete() |
Lead |
fetch() |
static Lead |
fetchById(Long id,
APIContext context) |
static Lead |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Lead> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Lead> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Lead> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Lead>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Lead.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldAdId() |
String |
getFieldAdName() |
String |
getFieldAdsetId() |
String |
getFieldAdsetName() |
String |
getFieldCampaignId() |
String |
getFieldCampaignName() |
String |
getFieldCreatedTime() |
List<UserLeadGenDisclaimerResponse> |
getFieldCustomDisclaimerResponses() |
List<UserLeadGenFieldData> |
getFieldFieldData() |
String |
getFieldFormId() |
HomeListing |
getFieldHomeListing() |
String |
getFieldId() |
Boolean |
getFieldIsOrganic() |
String |
getFieldPartnerName() |
String |
getFieldPlatform() |
String |
getFieldRetailerItemId() |
Vehicle |
getFieldVehicle() |
String |
getId() |
static APIRequest.ResponseParser<Lead> |
getParser() |
static Lead |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Lead> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |