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