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