Class AtsListCandidatesRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListCandidatesRequest.Builder
-
- Enclosing class:
- AtsListCandidatesRequest
public static final class AtsListCandidatesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListCandidatesRequestbuild()AtsListCandidatesRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)AtsListCandidatesRequest.Builderfields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)AtsListCandidatesRequest.Builderfilter(AtsListCandidatesQueryParamFilter filter)ATS Candidate FilterAtsListCandidatesRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListCandidatesQueryParamFilter> filter)ATS Candidate FilterAtsListCandidatesRequest.Builderinclude(java.lang.String include)The comma separated list of fields that will be included in the responseAtsListCandidatesRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseAtsListCandidatesRequest.Buildernext(java.lang.String next)The unified cursorAtsListCandidatesRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorAtsListCandidatesRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListCandidatesRequest.Builderpage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListCandidatesRequest.BuilderpageSize(java.lang.String pageSize)The number of results per pageAtsListCandidatesRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per pageAtsListCandidatesRequest.Builderproxy(java.util.Map<java.lang.String,java.lang.Object> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyAtsListCandidatesRequest.Builderproxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' keyAtsListCandidatesRequest.Builderraw(boolean raw)Indicates that the raw request result is returnedAtsListCandidatesRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result is returnedAtsListCandidatesRequest.BuildersyncToken(java.lang.String syncToken)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListCandidatesRequest.BuildersyncToken(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> syncToken)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListCandidatesRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListCandidatesRequest.BuilderupdatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListCandidatesRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AtsListCandidatesRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public AtsListCandidatesRequest.Builder raw(boolean raw)
Indicates that the raw request result is returned
-
raw
public AtsListCandidatesRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result is returned
-
proxy
public AtsListCandidatesRequest.Builder proxy(java.util.Map<java.lang.String,java.lang.Object> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
proxy
public AtsListCandidatesRequest.Builder proxy(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> proxy)
Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key
-
fields
public AtsListCandidatesRequest.Builder fields(java.lang.String fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
fields
public AtsListCandidatesRequest.Builder fields(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fields)
The comma separated list of fields that will be returned in the response (if empty, all fields are returned)
-
filter
public AtsListCandidatesRequest.Builder filter(AtsListCandidatesQueryParamFilter filter)
ATS Candidate Filter
-
filter
public AtsListCandidatesRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListCandidatesQueryParamFilter> filter)
ATS Candidate Filter
-
page
@Deprecated public AtsListCandidatesRequest.Builder page(java.lang.String page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
page
@Deprecated public AtsListCandidatesRequest.Builder page(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> page)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The page number of the results to fetch
-
pageSize
public AtsListCandidatesRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page
-
pageSize
public AtsListCandidatesRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page
-
next
public AtsListCandidatesRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public AtsListCandidatesRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public AtsListCandidatesRequest.Builder updatedAfter(java.lang.String updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
updatedAfter
@Deprecated public AtsListCandidatesRequest.Builder updatedAfter(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> updatedAfter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Use a string with a date to only select results updated after that given date
-
syncToken
@Deprecated public AtsListCandidatesRequest.Builder syncToken(java.lang.String syncToken)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The sync token to select the only updated results
-
syncToken
@Deprecated public AtsListCandidatesRequest.Builder syncToken(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> syncToken)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The sync token to select the only updated results
-
include
public AtsListCandidatesRequest.Builder include(java.lang.String include)
The comma separated list of fields that will be included in the response
-
include
public AtsListCandidatesRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of fields that will be included in the response
-
build
public AtsListCandidatesRequest build()
-
-