Class AssetDraftCustomTypeAdapter

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

        public static AssetDraftCustomTypeAdapter of​(com.commercetools.api.models.common.AssetDraft assetDraft)
        Build an adapter to be used for preparing custom type actions of with the given AssetDraft
        Parameters:
        assetDraft - the AssetDraft
        Returns:
        the AssetDraftCustomTypeAdapter