| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.corehr.v2.model |
| 限定符和类型 | 方法和说明 |
|---|---|
NameForUpdate |
NameForUpdate.Builder.build() |
NameForUpdate[] |
BasicInfo.getLegalNames() |
NameForUpdate[] |
BasicInfoUpdate.getLegalNames() |
NameForUpdate |
DependentForUpdate.getName() |
NameForUpdate[] |
BasicInfoUpdate.getNames() |
NameForUpdate |
BasicInfo.getPreferredNameV2() |
NameForUpdate |
BasicInfoUpdate.getPreferredNameV2() |
| 限定符和类型 | 方法和说明 |
|---|---|
BasicInfo.Builder |
BasicInfo.Builder.legalNames(NameForUpdate[] legalNames)
法定姓名列表
示例值:
|
BasicInfoUpdate.Builder |
BasicInfoUpdate.Builder.legalNames(NameForUpdate[] legalNames)
法定姓名列表
示例值:
|
DependentForUpdate.Builder |
DependentForUpdate.Builder.name(NameForUpdate name)
法定姓名
示例值:
|
BasicInfoUpdate.Builder |
BasicInfoUpdate.Builder.names(NameForUpdate[] names)
姓名,该值是一个list,会全量更新。
|
BasicInfo.Builder |
BasicInfo.Builder.preferredNameV2(NameForUpdate preferredNameV2)
常用姓名v2
示例值:
|
BasicInfoUpdate.Builder |
BasicInfoUpdate.Builder.preferredNameV2(NameForUpdate preferredNameV2)
常用姓名v2
示例值:
|
void |
BasicInfo.setLegalNames(NameForUpdate[] legalNames) |
void |
BasicInfoUpdate.setLegalNames(NameForUpdate[] legalNames) |
void |
DependentForUpdate.setName(NameForUpdate name) |
void |
BasicInfoUpdate.setNames(NameForUpdate[] names) |
void |
BasicInfo.setPreferredNameV2(NameForUpdate preferredNameV2) |
void |
BasicInfoUpdate.setPreferredNameV2(NameForUpdate preferredNameV2) |
Copyright © 2026. All rights reserved.