Class HrisListJobsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListJobsResponse.Builder
-
- Enclosing class:
- HrisListJobsResponse
public static final class HrisListJobsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListJobsResponsebuild()HrisListJobsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisListJobsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisListJobsResponse.BuilderjobsPaginated(JobsPaginated jobsPaginated)The list of jobs was retrieved.HrisListJobsResponse.BuilderjobsPaginated(java.util.Optional<? extends JobsPaginated> jobsPaginated)The list of jobs was retrieved.HrisListJobsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingHrisListJobsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public HrisListJobsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisListJobsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisListJobsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
jobsPaginated
public HrisListJobsResponse.Builder jobsPaginated(JobsPaginated jobsPaginated)
The list of jobs was retrieved.
-
jobsPaginated
public HrisListJobsResponse.Builder jobsPaginated(java.util.Optional<? extends JobsPaginated> jobsPaginated)
The list of jobs was retrieved.
-
headers
public HrisListJobsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisListJobsResponse build()
-
-