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