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