Class HrisListEmployeeTimeOffBalancesRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisListEmployeeTimeOffBalancesRequest.Builder
-
- Enclosing class:
- HrisListEmployeeTimeOffBalancesRequest
public static final class HrisListEmployeeTimeOffBalancesRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HrisListEmployeeTimeOffBalancesRequestbuild()HrisListEmployeeTimeOffBalancesRequest.Builderexpand(java.lang.String expand)The comma separated list of fields that will be expanded in the responseHrisListEmployeeTimeOffBalancesRequest.Builderexpand(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> expand)The comma separated list of fields that will be expanded in the responseHrisListEmployeeTimeOffBalancesRequest.Builderfields(java.lang.String fields)The comma separated list of fields that will be returned in the response (if empty, all fields are returned)HrisListEmployeeTimeOffBalancesRequest.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)HrisListEmployeeTimeOffBalancesRequest.Builderfilter(HrisListEmployeeTimeOffBalancesQueryParamFilter filter)HRIS Time Off Balance filtersHrisListEmployeeTimeOffBalancesRequest.Builderfilter(org.openapitools.jackson.nullable.JsonNullable<? extends HrisListEmployeeTimeOffBalancesQueryParamFilter> filter)HRIS Time Off Balance filtersHrisListEmployeeTimeOffBalancesRequest.Builderid(java.lang.String id)HrisListEmployeeTimeOffBalancesRequest.Buildernext(java.lang.String next)The unified cursorHrisListEmployeeTimeOffBalancesRequest.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)The unified cursorHrisListEmployeeTimeOffBalancesRequest.Builderpage(java.lang.String page)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisListEmployeeTimeOffBalancesRequest.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.HrisListEmployeeTimeOffBalancesRequest.BuilderpageSize(java.lang.String pageSize)The number of results per pageHrisListEmployeeTimeOffBalancesRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)The number of results per pageHrisListEmployeeTimeOffBalancesRequest.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' keyHrisListEmployeeTimeOffBalancesRequest.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' keyHrisListEmployeeTimeOffBalancesRequest.Builderraw(boolean raw)Indicates that the raw request result is returnedHrisListEmployeeTimeOffBalancesRequest.Builderraw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)Indicates that the raw request result is returnedHrisListEmployeeTimeOffBalancesRequest.BuilderupdatedAfter(java.lang.String updatedAfter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisListEmployeeTimeOffBalancesRequest.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.HrisListEmployeeTimeOffBalancesRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public HrisListEmployeeTimeOffBalancesRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public HrisListEmployeeTimeOffBalancesRequest.Builder id(java.lang.String id)
-
raw
public HrisListEmployeeTimeOffBalancesRequest.Builder raw(boolean raw)
Indicates that the raw request result is returned
-
raw
public HrisListEmployeeTimeOffBalancesRequest.Builder raw(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> raw)
Indicates that the raw request result is returned
-
proxy
public HrisListEmployeeTimeOffBalancesRequest.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 HrisListEmployeeTimeOffBalancesRequest.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 HrisListEmployeeTimeOffBalancesRequest.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 HrisListEmployeeTimeOffBalancesRequest.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 HrisListEmployeeTimeOffBalancesRequest.Builder filter(HrisListEmployeeTimeOffBalancesQueryParamFilter filter)
HRIS Time Off Balance filters
-
filter
public HrisListEmployeeTimeOffBalancesRequest.Builder filter(org.openapitools.jackson.nullable.JsonNullable<? extends HrisListEmployeeTimeOffBalancesQueryParamFilter> filter)
HRIS Time Off Balance filters
-
page
@Deprecated public HrisListEmployeeTimeOffBalancesRequest.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 HrisListEmployeeTimeOffBalancesRequest.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 HrisListEmployeeTimeOffBalancesRequest.Builder pageSize(java.lang.String pageSize)
The number of results per page
-
pageSize
public HrisListEmployeeTimeOffBalancesRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> pageSize)
The number of results per page
-
next
public HrisListEmployeeTimeOffBalancesRequest.Builder next(java.lang.String next)
The unified cursor
-
next
public HrisListEmployeeTimeOffBalancesRequest.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
The unified cursor
-
updatedAfter
@Deprecated public HrisListEmployeeTimeOffBalancesRequest.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 HrisListEmployeeTimeOffBalancesRequest.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
-
expand
public HrisListEmployeeTimeOffBalancesRequest.Builder expand(java.lang.String expand)
The comma separated list of fields that will be expanded in the response
-
expand
public HrisListEmployeeTimeOffBalancesRequest.Builder expand(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> expand)
The comma separated list of fields that will be expanded in the response
-
build
public HrisListEmployeeTimeOffBalancesRequest build()
-
-