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