Class CustomerDraftCustomTypeAdapter
- java.lang.Object
-
- com.commercetools.sync.customers.models.CustomerDraftCustomTypeAdapter
-
- All Implemented Interfaces:
CustomDraft
public final class CustomerDraftCustomTypeAdapter extends java.lang.Object implements CustomDraft
Adapt Customer withCustomDraftinterface to be used onCustomUpdateActionUtils
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.commercetools.api.models.type.CustomFieldsDraftgetCustom()Get custom fields of theCustomerDraftstatic CustomerDraftCustomTypeAdapterof(com.commercetools.api.models.customer.CustomerDraft customerDraft)Build an adapter to be used for preparing custom type actions of with the givenCustomerDraft
-
-
-
Method Detail
-
getCustom
@Nullable public com.commercetools.api.models.type.CustomFieldsDraft getCustom()
Get custom fields of theCustomerDraft- Specified by:
getCustomin interfaceCustomDraft- Returns:
- the
CustomFieldsDraft
-
of
public static CustomerDraftCustomTypeAdapter of(com.commercetools.api.models.customer.CustomerDraft customerDraft)
Build an adapter to be used for preparing custom type actions of with the givenCustomerDraft- Parameters:
customerDraft- theCustomerDraft- Returns:
- the
CustomerDraftCustomTypeAdapter
-
-