public interface ShoppingListDraft extends CustomDraft, WithKey
ShoppingList
.ShoppingListDraftBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAnonymousId() |
CustomFieldsDraft |
getCustom() |
ResourceIdentifier<Customer> |
getCustomer() |
Integer |
getDeleteDaysAfterLastModification() |
LocalizedString |
getDescription() |
String |
getKey() |
List<LineItemDraft> |
getLineItems() |
LocalizedString |
getName() |
LocalizedString |
getSlug() |
ResourceIdentifier<Store> |
getStore() |
List<TextLineItemDraft> |
getTextLineItems() |
LocalizedString getName()
@Nullable LocalizedString getDescription()
@Nullable ResourceIdentifier<Customer> getCustomer()
@Nullable LocalizedString getSlug()
@Nullable List<LineItemDraft> getLineItems()
@Nullable List<TextLineItemDraft> getTextLineItems()
@Nullable CustomFieldsDraft getCustom()
getCustom
in interface CustomDraft
@Nullable ResourceIdentifier<Store> getStore()