Class TextLineItemDraftCustomTypeAdapter

    • 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 TextLineItemDraft
      static TextLineItemDraftCustomTypeAdapter of​(com.commercetools.api.models.shopping_list.TextLineItemDraft textLineItemDraft)
      Build an adapter to be used for preparing custom type actions of with the given TextLineItemDraft
      • 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 TextLineItemDraft
        Specified by:
        getCustom in interface CustomDraft
        Returns:
        the CustomFieldsDraft
      • of

        public static TextLineItemDraftCustomTypeAdapter of​(com.commercetools.api.models.shopping_list.TextLineItemDraft textLineItemDraft)
        Build an adapter to be used for preparing custom type actions of with the given TextLineItemDraft
        Parameters:
        textLineItemDraft - the TextLineItemDraft
        Returns:
        the TextLineItemDraftCustomTypeAdapter