| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.corehr.v2.model |
| 限定符和类型 | 方法和说明 |
|---|---|
EmailForUpdate |
EmailForUpdate.Builder.build() |
EmailForUpdate |
EmergencyContactForUpdate.getEmail() |
EmailForUpdate[] |
BasicInfoUpdate.getEmails() |
EmailForUpdate[] |
OfferInfoUpdate.getWorkEmails() |
| 限定符和类型 | 方法和说明 |
|---|---|
EmergencyContactForUpdate.Builder |
EmergencyContactForUpdate.Builder.email(EmailForUpdate email)
邮箱
示例值:
|
BasicInfoUpdate.Builder |
BasicInfoUpdate.Builder.emails(EmailForUpdate[] emails)
邮箱,该值是一个list,会全量更新
示例值:
|
void |
EmergencyContactForUpdate.setEmail(EmailForUpdate email) |
void |
BasicInfoUpdate.setEmails(EmailForUpdate[] emails) |
void |
OfferInfoUpdate.setWorkEmails(EmailForUpdate[] workEmails) |
OfferInfoUpdate.Builder |
OfferInfoUpdate.Builder.workEmails(EmailForUpdate[] workEmails)
工作邮箱
示例值:
|
Copyright © 2024. All rights reserved.