Class HrisGetJobResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisGetJobResponse.Builder
-
- Enclosing class:
- HrisGetJobResponse
public static final class HrisGetJobResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisGetJobResponsebuild()HrisGetJobResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisGetJobResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisGetJobResponse.BuilderhrisJobResult(HrisJobResult hrisJobResult)The job with the given identifier was retrieved.HrisGetJobResponse.BuilderhrisJobResult(java.util.Optional<? extends HrisJobResult> hrisJobResult)The job with the given identifier was retrieved.HrisGetJobResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingHrisGetJobResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public HrisGetJobResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisGetJobResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisGetJobResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
hrisJobResult
public HrisGetJobResponse.Builder hrisJobResult(HrisJobResult hrisJobResult)
The job with the given identifier was retrieved.
-
hrisJobResult
public HrisGetJobResponse.Builder hrisJobResult(java.util.Optional<? extends HrisJobResult> hrisJobResult)
The job with the given identifier was retrieved.
-
headers
public HrisGetJobResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisGetJobResponse build()
-
-