Interface ShoppingListSetLineItemCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListSetLineItemCustomTypeAction extends ShoppingListUpdateAction
ShoppingListSetLineItemCustomTypeAction
Example to create an instance using the builder pattern

     ShoppingListSetLineItemCustomTypeAction shoppingListSetLineItemCustomTypeAction = ShoppingListSetLineItemCustomTypeAction.builder()
             .build()