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