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