public static class ListCardsResponse.Builder extends Object
ListCardsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListCardsResponse |
build()
Builds a new
ListCardsResponse object using the set fields. |
ListCardsResponse.Builder |
cards(List<Card> cards)
Setter for cards.
|
ListCardsResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
ListCardsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListCardsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public ListCardsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListCardsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListCardsResponse.Builder cards(List<Card> cards)
cards - List of Card value for cards.public ListCardsResponse.Builder cursor(String cursor)
cursor - String value for cursor.public ListCardsResponse build()
ListCardsResponse object using the set fields.ListCardsResponseCopyright © 2022. All rights reserved.