Class ProductSelection
java.lang.Object
com.commercetools.graphql.api.types.ProductSelection
- All Implemented Interfaces:
Versioned
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductSelection(String key, String name, List<LocalizedString> nameAllLocales, ProductOfSelectionQueryResult productRefs, Integer productCount, CustomFieldsType custom, ProductSelectionMode mode, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getKey()getMode()getName()inthashCode()static ProductSelection.BuildervoidsetCreatedAt(OffsetDateTime createdAt) voidsetCreatedBy(Initiator createdBy) voidsetCustom(CustomFieldsType custom) voidvoidvoidsetLastModifiedAt(OffsetDateTime lastModifiedAt) voidsetLastModifiedBy(Initiator lastModifiedBy) voidsetMode(ProductSelectionMode mode) voidvoidsetNameAllLocales(List<LocalizedString> nameAllLocales) voidsetProductCount(Integer productCount) voidsetProductRefs(ProductOfSelectionQueryResult productRefs) voidsetVersion(Long version) toString()
-
Constructor Details
-
ProductSelection
public ProductSelection() -
ProductSelection
public ProductSelection(String key, String name, List<LocalizedString> nameAllLocales, ProductOfSelectionQueryResult productRefs, Integer productCount, CustomFieldsType custom, ProductSelectionMode mode, String id, Long version, OffsetDateTime createdAt, OffsetDateTime lastModifiedAt, Initiator createdBy, Initiator lastModifiedBy)
-
-
Method Details
-
getKey
-
setKey
-
getName
-
setName
-
getNameAllLocales
-
setNameAllLocales
-
getProductRefs
-
setProductRefs
-
getProductCount
-
setProductCount
-
getCustom
-
setCustom
-
getMode
-
setMode
-
getId
-
setId
-
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
-