public class SearchLoyaltyAccountsRequestLoyaltyAccountQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder
Class to build instances of
SearchLoyaltyAccountsRequestLoyaltyAccountQuery. |
| Modifier | Constructor and Description |
|---|---|
|
SearchLoyaltyAccountsRequestLoyaltyAccountQuery(List<LoyaltyAccountMapping> mappings,
List<String> customerIds)
Initialization constructor.
|
protected |
SearchLoyaltyAccountsRequestLoyaltyAccountQuery(io.apimatic.core.types.OptionalNullable<List<LoyaltyAccountMapping>> mappings,
io.apimatic.core.types.OptionalNullable<List<String>> customerIds)
Internal 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() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetCustomerIds()
Internal Getter for CustomerIds.
|
protected io.apimatic.core.types.OptionalNullable<List<LoyaltyAccountMapping>> |
internalGetMappings()
Internal Getter for Mappings.
|
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.protected SearchLoyaltyAccountsRequestLoyaltyAccountQuery(io.apimatic.core.types.OptionalNullable<List<LoyaltyAccountMapping>> mappings, io.apimatic.core.types.OptionalNullable<List<String>> customerIds)
protected io.apimatic.core.types.OptionalNullable<List<LoyaltyAccountMapping>> internalGetMappings()
public List<LoyaltyAccountMapping> getMappings()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetCustomerIds()
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 © 2023. All rights reserved.