All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
ProductFeedUploadError |
copyFrom(ProductFeedUploadError instance) |
ProductFeedUploadError |
fetch() |
static ProductFeedUploadError |
fetchById(Long id,
APIContext context) |
static ProductFeedUploadError |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductFeedUploadError> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ProductFeedUploadError> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ProductFeedUploadError> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ProductFeedUploadError>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ProductFeedUploadError.APIRequestGet |
get() |
APIContext |
getContext() |
List<ProductFeedUploadError.EnumAffectedSurfaces> |
getFieldAffectedSurfaces() |
String |
getFieldDescription() |
String |
getFieldErrorType() |
String |
getFieldId() |
ProductFeedUploadError.EnumSeverity |
getFieldSeverity() |
String |
getFieldSummary() |
Long |
getFieldTotalCount() |
String |
getId() |
static APIRequest.ResponseParser<ProductFeedUploadError> |
getParser() |
ProductFeedUploadError.APIRequestGetSamples |
getSamples() |
ProductFeedUploadError.APIRequestGetSuggestedRules |
getSuggestedRules() |
static ProductFeedUploadError |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductFeedUploadError> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |