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. |
public SearchLoyaltyAccountsRequest(SearchLoyaltyAccountsRequestLoyaltyAccountQuery query, Integer limit, String cursor)
query
- limit
- cursor
- public SearchLoyaltyAccountsRequestLoyaltyAccountQuery getQuery()
public Integer getLimit()
public String getCursor()
public SearchLoyaltyAccountsRequest.Builder toBuilder()
SearchLoyaltyAccountsRequest.Builder
object.
Creates the instance with the state of the current model.SearchLoyaltyAccountsRequest.Builder
objectCopyright © 2020. All rights reserved.