| Package | Description |
|---|---|
| com.github.chen0040.magento.enums | |
| com.github.chen0040.magento.services |
| Modifier and Type | Method and Description |
|---|---|
static ImageType |
ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MagentoProductMediaManager.updateImage(String sku,
long entryId,
byte[] bytes,
ImageType imageType) |
long |
MagentoProductMediaManager.uploadImage(String sku,
byte[] bytes,
ImageType imageType,
boolean forceOverwrite) |
Copyright © 2017. All rights reserved.