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