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