public class CustomersRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_ROLE_CUSTOMER_VAL |
static String |
FILTER_ROLE_KEY |
static String |
FILTER_ROLE_SUBSCRIBER_VAL |
| Constructor and Description |
|---|
CustomersRequest(List<Customer> items) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
getCustomers() |
void |
setCustomers(List<Customer> customers) |
public static final String FILTER_ROLE_KEY
public static final String FILTER_ROLE_CUSTOMER_VAL
public static final String FILTER_ROLE_SUBSCRIBER_VAL
Copyright © 2017 Netgrid. All rights reserved.