public class InvoiceFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceFilter.Builder
Class to build instances of
InvoiceFilter. |
| Constructor and Description |
|---|
InvoiceFilter(List<String> locationIds,
List<String> customerIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCustomerIds()
Getter for CustomerIds.
|
List<String> |
getLocationIds()
Getter for LocationIds.
|
int |
hashCode() |
InvoiceFilter.Builder |
toBuilder()
Builds a new
InvoiceFilter.Builder object. |
String |
toString()
Converts this InvoiceFilter into string format.
|
public List<String> getLocationIds()
public List<String> getCustomerIds()
public String toString()
public InvoiceFilter.Builder toBuilder()
InvoiceFilter.Builder object.
Creates the instance with the state of the current model.InvoiceFilter.Builder objectCopyright © 2022. All rights reserved.