Interface DiscountCodeKeyReference
- All Superinterfaces:
KeyReference
Used by the Import API to identify a DiscountCode.
Example to create an instance using the builder pattern
DiscountCodeKeyReference discountCodeKeyReference = DiscountCodeKeyReference.builder()
.key("{key}")
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for DiscountCodeKeyReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for DiscountCodeKeyReferencebuilder(DiscountCodeKeyReference template) create builder for DiscountCodeKeyReference instancecopyDeep()static DiscountCodeKeyReferencedeepCopy(DiscountCodeKeyReference template) factory method to create a deep copy of DiscountCodeKeyReference@NotNull StringgetKey()User-defined unique identifier of the referenced DiscountCode.static DiscountCodeKeyReferenceof()factory methodstatic DiscountCodeKeyReferenceof(DiscountCodeKeyReference template) factory method to create a shallow copy DiscountCodeKeyReferencevoidUser-defined unique identifier of the referenced DiscountCode.static com.fasterxml.jackson.core.type.TypeReference<DiscountCodeKeyReference>gives a TypeReference for usage with Jackson DataBinddefault <T> Taccessor map functionMethods inherited from interface com.commercetools.importapi.models.common.KeyReference
getTypeId, withKeyReference
-
Field Details
-
DISCOUNT_CODE
discriminator value for DiscountCodeKeyReference- See Also:
-
-
Method Details
-
getKey
User-defined unique identifier of the referenced DiscountCode.
- Specified by:
getKeyin interfaceKeyReference- Returns:
- key
-
setKey
User-defined unique identifier of the referenced DiscountCode.
- Specified by:
setKeyin interfaceKeyReference- Parameters:
key- value to be set
-
of
factory method- Returns:
- instance of DiscountCodeKeyReference
-
of
factory method to create a shallow copy DiscountCodeKeyReference- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
DiscountCodeKeyReference copyDeep()- Specified by:
copyDeepin interfaceKeyReference
-
deepCopy
factory method to create a deep copy of DiscountCodeKeyReference- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for DiscountCodeKeyReference- Returns:
- builder
-
builder
create builder for DiscountCodeKeyReference instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withDiscountCodeKeyReference
accessor map function- Type Parameters:
T- mapped type- Parameters:
helper- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-