Class MyShoppingListDraftBuilder

java.lang.Object
com.commercetools.api.models.me.MyShoppingListDraftBuilder
All Implemented Interfaces:
Builder<MyShoppingListDraft>

public class MyShoppingListDraftBuilder extends Object implements Builder<MyShoppingListDraft>
MyShoppingListDraftBuilder
Example to create an instance using the builder pattern

     MyShoppingListDraft myShoppingListDraft = MyShoppingListDraft.builder()
             .name(nameBuilder -> nameBuilder)
             .build()