| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Contact |
build() |
Contact.Builder |
contactName(String contactName)
联系人名
示例值:张三
|
Contact.Builder |
contactType(ContactContactTypeEnum contactType)
联系人类型
示例值:1
|
Contact.Builder |
contactType(Integer contactType)
联系人类型
示例值:1
|
public Contact.Builder contactType(Integer contactType)
示例值:1
contactType - public Contact.Builder contactType(ContactContactTypeEnum contactType)
示例值:1
contactType - ContactContactTypeEnumpublic Contact.Builder contactName(String contactName)
示例值:张三
contactName - public Contact build()
Copyright © 2022. All rights reserved.