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