Interface ShoppingListSetCustomFieldAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

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

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