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