Class ShoppingList
java.lang.Object
com.commercetools.graphql.api.types.ShoppingList
- All Implemented Interfaces:
ReferenceExpandable,Versioned
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShoppingList(String key, String name, List<LocalizedString> nameAllLocales, String description, List<LocalizedString> descriptionAllLocales, String slug, List<LocalizedString> slugAllLocales, Reference customerRef, Customer customer, KeyReference storeRef, Store store, String anonymousId, List<ShoppingListLineItem> lineItems, List<TextLineItem> textLineItems, CustomFieldsType custom, Integer deleteDaysAfterLastModification, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKey()getName()getSlug()getStore()inthashCode()static ShoppingList.BuildervoidsetAnonymousId(String anonymousId) voidsetCreatedAt(OffsetDateTime createdAt) voidsetCreatedBy(Initiator createdBy) voidsetCustom(CustomFieldsType custom) voidsetCustomer(Customer customer) voidsetCustomerRef(Reference customerRef) voidsetDeleteDaysAfterLastModification(Integer deleteDaysAfterLastModification) voidsetDescription(String description) voidsetDescriptionAllLocales(List<LocalizedString> descriptionAllLocales) voidvoidvoidsetLastModifiedAt(OffsetDateTime lastModifiedAt) voidsetLastModifiedBy(Initiator lastModifiedBy) voidsetLineItems(List<ShoppingListLineItem> lineItems) voidvoidsetNameAllLocales(List<LocalizedString> nameAllLocales) voidvoidsetSlugAllLocales(List<LocalizedString> slugAllLocales) voidvoidsetStoreRef(KeyReference storeRef) voidsetTextLineItems(List<TextLineItem> textLineItems) voidsetVersion(Long version) toString()
-
Constructor Details
-
ShoppingList
public ShoppingList() -
ShoppingList
public ShoppingList(String key, String name, List<LocalizedString> nameAllLocales, String description, List<LocalizedString> descriptionAllLocales, String slug, List<LocalizedString> slugAllLocales, Reference customerRef, Customer customer, KeyReference storeRef, Store store, String anonymousId, List<ShoppingListLineItem> lineItems, List<TextLineItem> textLineItems, CustomFieldsType custom, Integer deleteDaysAfterLastModification, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy)
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getNameAllLocales
-
setNameAllLocales
-
getDescription
-
setDescription
-
getDescriptionAllLocales
-
setDescriptionAllLocales
-
getSlug
-
setSlug
-
getSlugAllLocales
-
setSlugAllLocales
-
getCustomerRef
-
setCustomerRef
-
getCustomer
-
setCustomer
-
getStoreRef
-
setStoreRef
-
getStore
-
setStore
-
getAnonymousId
-
setAnonymousId
-
getLineItems
-
setLineItems
-
getTextLineItems
-
setTextLineItems
-
getCustom
-
setCustom
-
getDeleteDaysAfterLastModification
-
setDeleteDaysAfterLastModification
-
getId
- Specified by:
getIdin interfaceReferenceExpandable- Specified by:
getIdin interfaceVersioned
-
setId
- Specified by:
setIdin interfaceReferenceExpandable- Specified by:
setIdin interfaceVersioned
-
getVersion
- Specified by:
getVersionin interfaceVersioned
-
setVersion
- Specified by:
setVersionin interfaceVersioned
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceVersioned
-
setCreatedAt
- Specified by:
setCreatedAtin interfaceVersioned
-
getLastModifiedAt
- Specified by:
getLastModifiedAtin interfaceVersioned
-
setLastModifiedAt
- Specified by:
setLastModifiedAtin interfaceVersioned
-
getCreatedBy
- Specified by:
getCreatedByin interfaceVersioned
-
setCreatedBy
- Specified by:
setCreatedByin interfaceVersioned
-
getLastModifiedBy
- Specified by:
getLastModifiedByin interfaceVersioned
-
setLastModifiedBy
- Specified by:
setLastModifiedByin interfaceVersioned
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-