Class HrisGetEmployeeDocumentResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisGetEmployeeDocumentResponse.Builder
-
- Enclosing class:
- HrisGetEmployeeDocumentResponse
public static final class HrisGetEmployeeDocumentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisGetEmployeeDocumentResponsebuild()HrisGetEmployeeDocumentResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisGetEmployeeDocumentResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisGetEmployeeDocumentResponse.BuilderhrisDocumentResult(HrisDocumentResult hrisDocumentResult)The document related to the employee with the given identifiers was retrieved.HrisGetEmployeeDocumentResponse.BuilderhrisDocumentResult(java.util.Optional<? extends HrisDocumentResult> hrisDocumentResult)The document related to the employee with the given identifiers was retrieved.HrisGetEmployeeDocumentResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingHrisGetEmployeeDocumentResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public HrisGetEmployeeDocumentResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisGetEmployeeDocumentResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisGetEmployeeDocumentResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
hrisDocumentResult
public HrisGetEmployeeDocumentResponse.Builder hrisDocumentResult(HrisDocumentResult hrisDocumentResult)
The document related to the employee with the given identifiers was retrieved.
-
hrisDocumentResult
public HrisGetEmployeeDocumentResponse.Builder hrisDocumentResult(java.util.Optional<? extends HrisDocumentResult> hrisDocumentResult)
The document related to the employee with the given identifiers was retrieved.
-
headers
public HrisGetEmployeeDocumentResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisGetEmployeeDocumentResponse build()
-
-