Interface ShoppingListSetCustomFieldAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction
All Known Implementing Classes:
ShoppingListSetCustomFieldActionImpl

ShoppingListSetCustomFieldAction
Example to create an instance using the builder pattern

     ShoppingListSetCustomFieldAction shoppingListSetCustomFieldAction = ShoppingListSetCustomFieldAction.builder()
             .name("{name}")
             .build()