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