public class SearchLoyaltyAccountsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchLoyaltyAccountsResponse.Builder
Class to build instances of
SearchLoyaltyAccountsResponse. |
| Constructor and Description |
|---|
SearchLoyaltyAccountsResponse(List<Error> errors,
List<LoyaltyAccount> loyaltyAccounts,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
List<LoyaltyAccount> |
getLoyaltyAccounts()
Getter for LoyaltyAccounts.
|
int |
hashCode() |
SearchLoyaltyAccountsResponse.Builder |
toBuilder()
Builds a new
SearchLoyaltyAccountsResponse.Builder object. |
String |
toString()
Converts this SearchLoyaltyAccountsResponse into string format.
|
public SearchLoyaltyAccountsResponse(List<Error> errors, List<LoyaltyAccount> loyaltyAccounts, String cursor)
errors - List of Error value for errors.loyaltyAccounts - List of LoyaltyAccount value for loyaltyAccounts.cursor - String value for cursor.public HttpContext getContext()
public List<Error> getErrors()
public List<LoyaltyAccount> getLoyaltyAccounts()
public String getCursor()
public String toString()
public SearchLoyaltyAccountsResponse.Builder toBuilder()
SearchLoyaltyAccountsResponse.Builder object.
Creates the instance with the state of the current model.SearchLoyaltyAccountsResponse.Builder objectCopyright © 2022. All rights reserved.