Class AtsDownloadApplicationDocumentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsDownloadApplicationDocumentResponse.Builder
-
- Enclosing class:
- AtsDownloadApplicationDocumentResponse
public static final class AtsDownloadApplicationDocumentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsDownloadApplicationDocumentResponse.Builderbody(byte[] body)AtsDownloadApplicationDocumentResponse.Builderbody(java.util.Optional<byte[]> body)AtsDownloadApplicationDocumentResponsebuild()AtsDownloadApplicationDocumentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsDownloadApplicationDocumentResponse.BuilderdownloadApiModel(java.lang.String downloadApiModel)The document related to the application with the given identifiers was retrieved.AtsDownloadApplicationDocumentResponse.BuilderdownloadApiModel(java.util.Optional<java.lang.String> downloadApiModel)The document related to the application with the given identifiers was retrieved.AtsDownloadApplicationDocumentResponse.BuilderdownloadApiModel1(DownloadApiModel downloadApiModel1)The document related to the application with the given identifiers was retrieved.AtsDownloadApplicationDocumentResponse.BuilderdownloadApiModel1(java.util.Optional<? extends DownloadApiModel> downloadApiModel1)The document related to the application with the given identifiers was retrieved.AtsDownloadApplicationDocumentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsDownloadApplicationDocumentResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsDownloadApplicationDocumentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsDownloadApplicationDocumentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsDownloadApplicationDocumentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsDownloadApplicationDocumentResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
body
public AtsDownloadApplicationDocumentResponse.Builder body(byte[] body)
-
body
public AtsDownloadApplicationDocumentResponse.Builder body(java.util.Optional<byte[]> body)
-
downloadApiModel
public AtsDownloadApplicationDocumentResponse.Builder downloadApiModel(java.lang.String downloadApiModel)
The document related to the application with the given identifiers was retrieved.
-
downloadApiModel
public AtsDownloadApplicationDocumentResponse.Builder downloadApiModel(java.util.Optional<java.lang.String> downloadApiModel)
The document related to the application with the given identifiers was retrieved.
-
downloadApiModel1
public AtsDownloadApplicationDocumentResponse.Builder downloadApiModel1(DownloadApiModel downloadApiModel1)
The document related to the application with the given identifiers was retrieved.
-
downloadApiModel1
public AtsDownloadApplicationDocumentResponse.Builder downloadApiModel1(java.util.Optional<? extends DownloadApiModel> downloadApiModel1)
The document related to the application with the given identifiers was retrieved.
-
headers
public AtsDownloadApplicationDocumentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsDownloadApplicationDocumentResponse build()
-
-