Books API: Search invoices by custom fields.Variants: custom_field_startswith and custom_field_contains

Books API: Search invoices by custom fields.Variants: custom_field_startswith and custom_field_contains

I understand that part of this syntax is

params = map();
params.put("custom_field_startswith", "zcrm_potential_id");

but how is the remainder of the filter specified?  Is it another item in the set of parameters?