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