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