Package io.moov.sdk.models.operations
Class ListCardsResponse.Builder
- java.lang.Object
-
- io.moov.sdk.models.operations.ListCardsResponse.Builder
-
- Enclosing class:
- ListCardsResponse
public static final class ListCardsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCardsResponsebuild()ListCardsResponse.Buildercards(java.util.List<Card> cards)The request completed successfully.ListCardsResponse.Buildercards(java.util.Optional<? extends java.util.List<Card>> cards)The request completed successfully.ListCardsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationListCardsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)ListCardsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingListCardsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public ListCardsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public ListCardsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public ListCardsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
cards
public ListCardsResponse.Builder cards(java.util.List<Card> cards)
The request completed successfully.
-
cards
public ListCardsResponse.Builder cards(java.util.Optional<? extends java.util.List<Card>> cards)
The request completed successfully.
-
headers
public ListCardsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public ListCardsResponse build()
-
-