| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Standard.Builder |
automaticBackfillStandardValue(Boolean automaticBackfillStandardValue)
是否自动回填标准值
示例值:true
|
Standard |
build() |
Standard.Builder |
createdAt(String createdAt)
创建时间,毫秒时间戳格式
示例值:1744178149000
|
Standard.Builder |
createdBy(String createdBy)
创建人,id类型:people_corehr_id,详细信息可通过[获取单个用户信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/user/get)接口查询
示例值:7433328946189796908
|
Standard.Builder |
dimensions(StandardDimension[] dimensions)
划分维度
示例值:
|
Standard.Builder |
id(String id)
薪资标准表ID
示例值:7491187653210293804
|
Standard.Builder |
name(I18n name)
薪资标准表名称
示例值:
|
Standard.Builder |
referenceObjects(StandardReferenceObject[] referenceObjects)
适用项目
示例值:
|
Standard.Builder |
scope(StandardScope scope)
适用范围
示例值:
|
Standard.Builder |
updatedAt(String updatedAt)
更新时间,毫秒时间戳格式
示例值:1744178149000
|
Standard.Builder |
updatedBy(String updatedBy)
更新人,id类型:people_corehr_id,详细信息可通过[获取单个用户信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/user/get)接口查询
示例值:7433328946189796908
|
public Standard.Builder id(String id)
示例值:7491187653210293804
id - public Standard.Builder name(I18n name)
示例值:
name - public Standard.Builder updatedBy(String updatedBy)
示例值:7433328946189796908
updatedBy - public Standard.Builder updatedAt(String updatedAt)
示例值:1744178149000
updatedAt - public Standard.Builder createdBy(String createdBy)
示例值:7433328946189796908
createdBy - public Standard.Builder createdAt(String createdAt)
示例值:1744178149000
createdAt - public Standard.Builder automaticBackfillStandardValue(Boolean automaticBackfillStandardValue)
示例值:true
automaticBackfillStandardValue - public Standard.Builder scope(StandardScope scope)
示例值:
scope - public Standard.Builder dimensions(StandardDimension[] dimensions)
示例值:
dimensions - public Standard.Builder referenceObjects(StandardReferenceObject[] referenceObjects)
示例值:
referenceObjects - public Standard build()
Copyright © 2025. All rights reserved.