Class AtsListApplicationsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationsRequest.Builder
-
- Enclosing class:
- AtsListApplicationsRequest
public static final class AtsListApplicationsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListApplicationsRequestbuild()AtsListApplicationsRequest.Builderexpand(java.lang.String expand)The comma separated list of fields that will be expanded in the responseAtsListApplicationsRequest.Builderexpand(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> expand)The comma separated list of fields that will be expanded in the responseAtsListApplicationsRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)AtsListApplicationsRequest.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)AtsListApplicationsRequest.Builderfilter(AtsListApplicationsQueryParamFilter filter)ATS Application FilterAtsListApplicationsRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListApplicationsQueryParamFilter> filter)ATS Application FilterAtsListApplicationsRequest.Builderinclude(java.lang.String include)The comma separated list of fields that will be included in the responseAtsListApplicationsRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of fields that will be included in the responseAtsListApplicationsRequest.BuilderjobId(java.lang.String jobId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationsRequest.BuilderjobId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationsRequest.Buildernext(java.lang.String next)The unified cursorAtsListApplicationsRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorAtsListApplicationsRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationsRequest.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.AtsListApplicationsRequest.BuilderpageSize(java.lang.String pageSize)The number of results per pageAtsListApplicationsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per pageAtsListApplicationsRequest.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' keyAtsListApplicationsRequest.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' keyAtsListApplicationsRequest.Builderraw(boolean raw)Indicates that the raw request result is returnedAtsListApplicationsRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result is returnedAtsListApplicationsRequest.BuildersyncToken(java.lang.String syncToken)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationsRequest.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.AtsListApplicationsRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationsRequest.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.AtsListApplicationsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AtsListApplicationsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public AtsListApplicationsRequest.Builder raw(boolean raw)
Indicates that the raw request result is returned
-
raw
public AtsListApplicationsRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result is returned
-
proxy
public AtsListApplicationsRequest.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 AtsListApplicationsRequest.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 AtsListApplicationsRequest.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 AtsListApplicationsRequest.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 AtsListApplicationsRequest.Builder filter(AtsListApplicationsQueryParamFilter filter)
ATS Application Filter
-
filter
public AtsListApplicationsRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListApplicationsQueryParamFilter> filter)
ATS Application Filter
-
page
@Deprecated public AtsListApplicationsRequest.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 AtsListApplicationsRequest.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 AtsListApplicationsRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page
-
pageSize
public AtsListApplicationsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page
-
next
public AtsListApplicationsRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public AtsListApplicationsRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public AtsListApplicationsRequest.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 AtsListApplicationsRequest.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 AtsListApplicationsRequest.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 AtsListApplicationsRequest.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
-
expand
public AtsListApplicationsRequest.Builder expand(java.lang.String expand)
The comma separated list of fields that will be expanded in the response
-
expand
public AtsListApplicationsRequest.Builder expand(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> expand)
The comma separated list of fields that will be expanded in the response
-
include
public AtsListApplicationsRequest.Builder include(java.lang.String include)
The comma separated list of fields that will be included in the response
-
include
public AtsListApplicationsRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of fields that will be included in the response
-
jobId
@Deprecated public AtsListApplicationsRequest.Builder jobId(java.lang.String jobId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Filter for job ID to retrieve a list of applications related to this job
-
jobId
@Deprecated public AtsListApplicationsRequest.Builder jobId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Filter for job ID to retrieve a list of applications related to this job
-
build
public AtsListApplicationsRequest build()
-
-