public static class ListPaymentActivityReq.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListPaymentActivityReq |
build() |
ListPaymentActivityReq.Builder |
pageSize(Integer pageSize)
分页大小,传值范围为 [1, 100]
示例值:
|
ListPaymentActivityReq.Builder |
pageToken(String pageToken)
分页标记,第一次请求不填,表示从头开始遍历;分页查询结果还有更多项时会同时返回新的 page_token,下次遍历可采用该 page_token 获取查询结果
示例值:
|
ListPaymentActivityReq.Builder |
payPeriodEndDate(String payPeriodEndDate)
发薪日结束时间,格式:YYYY-MM-dd,[pay_period_start_date, pay_period_end_date] 是一个左闭右闭区间。
|
ListPaymentActivityReq.Builder |
payPeriodStartDate(String payPeriodStartDate)
发薪日开始时间,格式:YYYY-MM-dd,[pay_period_start_date, pay_period_end_date] 是一个左闭右闭区间。
|
ListPaymentActivityReq.Builder |
statuses(Integer[] statuses)
发薪活动审批状态列表,其中:;1. 100 - 待确认名单;2. 150 - 待提交审批;3. 200 - 审批中;4. 300 - 审批被拒绝;5. 350 - 审批被撤回;6.
360 - 审批被撤销;7. 375 - 审批通过;8. 400 - 已封存
示例值:
|
public ListPaymentActivityReq.Builder payPeriodStartDate(String payPeriodStartDate)
示例值:2024-01-01
payPeriodStartDate - public ListPaymentActivityReq.Builder payPeriodEndDate(String payPeriodEndDate)
示例值:2024-01-31
payPeriodEndDate - public ListPaymentActivityReq.Builder pageSize(Integer pageSize)
示例值:
pageSize - public ListPaymentActivityReq.Builder pageToken(String pageToken)
示例值:
pageToken - public ListPaymentActivityReq.Builder statuses(Integer[] statuses)
示例值:
statuses - public ListPaymentActivityReq build()
Copyright © 2026. All rights reserved.