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