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