public class InvoiceFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceFilter.Builder
Class to build instances of
InvoiceFilter. |
| Modifier | Constructor and Description |
|---|---|
|
InvoiceFilter(List<String> locationIds,
List<String> customerIds)
Initialization constructor.
|
protected |
InvoiceFilter(List<String> locationIds,
io.apimatic.core.types.OptionalNullable<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() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetCustomerIds()
Internal Getter for CustomerIds.
|
InvoiceFilter.Builder |
toBuilder()
Builds a new
InvoiceFilter.Builder object. |
String |
toString()
Converts this InvoiceFilter into string format.
|
public InvoiceFilter(List<String> locationIds, List<String> customerIds)
locationIds - List of String value for locationIds.customerIds - List of String value for customerIds.public List<String> getLocationIds()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetCustomerIds()
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 © 2024. All rights reserved.