Class AtsGetJobApplicationStageResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsGetJobApplicationStageResponse.Builder
-
- Enclosing class:
- AtsGetJobApplicationStageResponse
public static final class AtsGetJobApplicationStageResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetJobApplicationStageResponse.BuilderapplicationStageResult(ApplicationStageResult applicationStageResult)A application stage that has been configured for the specified job.AtsGetJobApplicationStageResponse.BuilderapplicationStageResult(java.util.Optional<? extends ApplicationStageResult> applicationStageResult)A application stage that has been configured for the specified job.AtsGetJobApplicationStageResponsebuild()AtsGetJobApplicationStageResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsGetJobApplicationStageResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsGetJobApplicationStageResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsGetJobApplicationStageResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsGetJobApplicationStageResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsGetJobApplicationStageResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsGetJobApplicationStageResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
applicationStageResult
public AtsGetJobApplicationStageResponse.Builder applicationStageResult(ApplicationStageResult applicationStageResult)
A application stage that has been configured for the specified job.
-
applicationStageResult
public AtsGetJobApplicationStageResponse.Builder applicationStageResult(java.util.Optional<? extends ApplicationStageResult> applicationStageResult)
A application stage that has been configured for the specified job.
-
headers
public AtsGetJobApplicationStageResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsGetJobApplicationStageResponse build()
-
-