Interface MyShoppingListSetLineItemCustomTypeAction

All Superinterfaces:
MyShoppingListUpdateAction, ResourceUpdateAction<MyShoppingListUpdateAction>
All Known Implementing Classes:
MyShoppingListSetLineItemCustomTypeActionImpl

MyShoppingListSetLineItemCustomTypeAction
Example to create an instance using the builder pattern

     MyShoppingListSetLineItemCustomTypeAction myShoppingListSetLineItemCustomTypeAction = MyShoppingListSetLineItemCustomTypeAction.builder()
             .lineItemId("{lineItemId}")
             .build()