Class CustomerDraftCustomTypeAdapter

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.commercetools.api.models.type.CustomFieldsDraft getCustom()
      Get custom fields of the CustomerDraft
      static CustomerDraftCustomTypeAdapter of​(com.commercetools.api.models.customer.CustomerDraft customerDraft)
      Build an adapter to be used for preparing custom type actions of with the given CustomerDraft
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCustom

        @Nullable
        public com.commercetools.api.models.type.CustomFieldsDraft getCustom()
        Get custom fields of the CustomerDraft
        Specified by:
        getCustom in interface CustomDraft
        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 given CustomerDraft
        Parameters:
        customerDraft - the CustomerDraft
        Returns:
        the CustomerDraftCustomTypeAdapter