public interface CustomerGroupKeyReference extends KeyReference
References a customer group by key.
CustomerGroupKeyReference customerGroupKeyReference = CustomerGroupKeyReference.builder()
.key("{key}")
.build()
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOMER_GROUP |
Modifier and Type | Method and Description |
---|---|
static CustomerGroupKeyReferenceBuilder |
builder() |
static CustomerGroupKeyReferenceBuilder |
builder(CustomerGroupKeyReference template) |
static CustomerGroupKeyReference |
of() |
static CustomerGroupKeyReference |
of(CustomerGroupKeyReference template) |
static com.fasterxml.jackson.core.type.TypeReference<CustomerGroupKeyReference> |
typeReference() |
default <T> T |
withCustomerGroupKeyReference(Function<CustomerGroupKeyReference,T> helper) |
cartBuilder, cartDiscountBuilder, categoryBuilder, channelBuilder, customerBuilder, customerGroupBuilder, discountCodeBuilder, getKey, getTypeId, keyValueDocumentBuilder, orderBuilder, paymentBuilder, priceBuilder, productBuilder, productDiscountBuilder, productTypeBuilder, productVariantBuilder, setKey, shippingMethodBuilder, stateBuilder, storeBuilder, taxCategoryBuilder, typeBuilder, withKeyReference
static final String CUSTOMER_GROUP
static CustomerGroupKeyReference of()
static CustomerGroupKeyReference of(CustomerGroupKeyReference template)
static CustomerGroupKeyReferenceBuilder builder()
static CustomerGroupKeyReferenceBuilder builder(CustomerGroupKeyReference template)
default <T> T withCustomerGroupKeyReference(Function<CustomerGroupKeyReference,T> helper)
static com.fasterxml.jackson.core.type.TypeReference<CustomerGroupKeyReference> typeReference()
typeReference
in interface KeyReference