Class AtsListListsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListListsRequest.Builder
-
- Enclosing class:
- AtsListListsRequest
public static final class AtsListListsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListListsRequestbuild()AtsListListsRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)AtsListListsRequest.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)AtsListListsRequest.Builderfilter(AtsListListsQueryParamFilter filter)Filter parameters that allow greater customisation of the list responseAtsListListsRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListListsQueryParamFilter> filter)Filter parameters that allow greater customisation of the list responseAtsListListsRequest.Buildernext(java.lang.String next)The unified cursorAtsListListsRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorAtsListListsRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListListsRequest.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.AtsListListsRequest.BuilderpageSize(java.lang.String pageSize)The number of results per pageAtsListListsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per pageAtsListListsRequest.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' keyAtsListListsRequest.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' keyAtsListListsRequest.Builderraw(boolean raw)Indicates that the raw request result is returnedAtsListListsRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result is returnedAtsListListsRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.AtsListListsRequest.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.AtsListListsRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public AtsListListsRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
raw
public AtsListListsRequest.Builder raw(boolean raw)
Indicates that the raw request result is returned
-
raw
public AtsListListsRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result is returned
-
proxy
public AtsListListsRequest.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 AtsListListsRequest.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 AtsListListsRequest.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 AtsListListsRequest.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 AtsListListsRequest.Builder filter(AtsListListsQueryParamFilter filter)
Filter parameters that allow greater customisation of the list response
-
filter
public AtsListListsRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends AtsListListsQueryParamFilter> filter)
Filter parameters that allow greater customisation of the list response
-
page
@Deprecated public AtsListListsRequest.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 AtsListListsRequest.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 AtsListListsRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page
-
pageSize
public AtsListListsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page
-
next
public AtsListListsRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public AtsListListsRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public AtsListListsRequest.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 AtsListListsRequest.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
-
build
public AtsListListsRequest build()
-
-