Class AtsListApplicationsScheduledInterviewsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationsScheduledInterviewsResponse.Builder
-
- Enclosing class:
- AtsListApplicationsScheduledInterviewsResponse
public static final class AtsListApplicationsScheduledInterviewsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListApplicationsScheduledInterviewsResponsebuild()AtsListApplicationsScheduledInterviewsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsListApplicationsScheduledInterviewsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsListApplicationsScheduledInterviewsResponse.Buildernext(java.util.concurrent.Callable<java.util.Optional<AtsListApplicationsScheduledInterviewsResponse>> next)Deprecated.not part of the public API, may be removed without noticeAtsListApplicationsScheduledInterviewsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsListApplicationsScheduledInterviewsResponse.BuilderscheduledInterviewsPaginated(ScheduledInterviewsPaginated scheduledInterviewsPaginated)The list of applications scheduled interviews was retrieved.AtsListApplicationsScheduledInterviewsResponse.BuilderscheduledInterviewsPaginated(java.util.Optional<? extends ScheduledInterviewsPaginated> scheduledInterviewsPaginated)The list of applications scheduled interviews was retrieved.AtsListApplicationsScheduledInterviewsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsListApplicationsScheduledInterviewsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsListApplicationsScheduledInterviewsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsListApplicationsScheduledInterviewsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
scheduledInterviewsPaginated
public AtsListApplicationsScheduledInterviewsResponse.Builder scheduledInterviewsPaginated(ScheduledInterviewsPaginated scheduledInterviewsPaginated)
The list of applications scheduled interviews was retrieved.
-
scheduledInterviewsPaginated
public AtsListApplicationsScheduledInterviewsResponse.Builder scheduledInterviewsPaginated(java.util.Optional<? extends ScheduledInterviewsPaginated> scheduledInterviewsPaginated)
The list of applications scheduled interviews was retrieved.
-
headers
public AtsListApplicationsScheduledInterviewsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
next
@Deprecated public AtsListApplicationsScheduledInterviewsResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<AtsListApplicationsScheduledInterviewsResponse>> next)
Deprecated.not part of the public API, may be removed without noticeInternal API. Not for public use. Sets the provider of the next page.
-
build
public AtsListApplicationsScheduledInterviewsResponse build()
-
-