public class ProductCreate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductCreate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProductCreate.Builder |
builder() |
String |
getDescription() |
String |
getHandle() |
String |
getId() |
List<ProductImage> |
getImages() |
String |
getImageUrl() |
String |
getPublishedAtForeign() |
String |
getTitle() |
String |
getType() |
String |
getUrl() |
List<ProductVariant> |
getVariants() |
String |
getVendor() |
public static ProductCreate.Builder builder()
public String getId()
public String getTitle()
public String getHandle()
public String getUrl()
public String getDescription()
public String getType()
public String getVendor()
public String getImageUrl()
public List<ProductVariant> getVariants()
public List<ProductImage> getImages()
public String getPublishedAtForeign()
Copyright © 2020. All rights reserved.