Class AtsListApplicationDocumentsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationDocumentsRequest.Builder
-
- Enclosing class:
- AtsListApplicationDocumentsRequest
public static final class AtsListApplicationDocumentsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListApplicationDocumentsRequestbuild()AtsListApplicationDocumentsRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)AtsListApplicationDocumentsRequest.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)AtsListApplicationDocumentsRequest.Builderfilter(AtsListApplicationDocumentsQueryParamFilter filter)ATS Document FilterAtsListApplicationDocumentsRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListApplicationDocumentsQueryParamFilter> filter)ATS Document FilterAtsListApplicationDocumentsRequest.Builderid(java.lang.String id)AtsListApplicationDocumentsRequest.Buildernext(java.lang.String next)The unified cursorAtsListApplicationDocumentsRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorAtsListApplicationDocumentsRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationDocumentsRequest.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.AtsListApplicationDocumentsRequest.BuilderpageSize(java.lang.String pageSize)The number of results per page (default value is 25)AtsListApplicationDocumentsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per page (default value is 25)AtsListApplicationDocumentsRequest.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' keyAtsListApplicationDocumentsRequest.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' keyAtsListApplicationDocumentsRequest.Builderraw(boolean raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)AtsListApplicationDocumentsRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result should be returned in addition to the mapped result (default value is false)AtsListApplicationDocumentsRequest.BuildersyncToken(java.lang.String syncToken)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationDocumentsRequest.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.AtsListApplicationDocumentsRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListApplicationDocumentsRequest.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.AtsListApplicationDocumentsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AtsListApplicationDocumentsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public AtsListApplicationDocumentsRequest.Builder id(java.lang.String id)
-
raw
public AtsListApplicationDocumentsRequest.Builder raw(boolean raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
raw
public AtsListApplicationDocumentsRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result should be returned in addition to the mapped result (default value is false)
-
proxy
public AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.Builder filter(AtsListApplicationDocumentsQueryParamFilter filter)
ATS Document Filter
-
filter
public AtsListApplicationDocumentsRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListApplicationDocumentsQueryParamFilter> filter)
ATS Document Filter
-
page
@Deprecated public AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page (default value is 25)
-
pageSize
public AtsListApplicationDocumentsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page (default value is 25)
-
next
public AtsListApplicationDocumentsRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public AtsListApplicationDocumentsRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.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 AtsListApplicationDocumentsRequest.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
-
build
public AtsListApplicationDocumentsRequest build()
-
-