public class SearchLoyaltyAccountsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchLoyaltyAccountsRequest.Builder
Class to build instances of
SearchLoyaltyAccountsRequest. |
| Constructor and Description |
|---|
SearchLoyaltyAccountsRequest(SearchLoyaltyAccountsRequestLoyaltyAccountQuery query,
Integer limit,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
SearchLoyaltyAccountsRequestLoyaltyAccountQuery |
getQuery()
Getter for Query.
|
int |
hashCode() |
SearchLoyaltyAccountsRequest.Builder |
toBuilder()
Builds a new
SearchLoyaltyAccountsRequest.Builder object. |
String |
toString()
Converts this SearchLoyaltyAccountsRequest into string format.
|
public SearchLoyaltyAccountsRequest(SearchLoyaltyAccountsRequestLoyaltyAccountQuery query, Integer limit, String cursor)
query - SearchLoyaltyAccountsRequestLoyaltyAccountQuery value for query.limit - Integer value for limit.cursor - String value for cursor.public SearchLoyaltyAccountsRequestLoyaltyAccountQuery getQuery()
public Integer getLimit()
public String getCursor()
public String toString()
public SearchLoyaltyAccountsRequest.Builder toBuilder()
SearchLoyaltyAccountsRequest.Builder object.
Creates the instance with the state of the current model.SearchLoyaltyAccountsRequest.Builder objectCopyright © 2022. All rights reserved.