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