cn.signit.sdk.pojo
类 Contact.Builder
java.lang.Object
cn.signit.sdk.pojo.Contact.Builder
- 所有已实现的接口:
- Builder<Contact>
- 包容类:
- Contact
public static class Contact.Builder
- extends Object
- implements Builder<Contact>
用户联系方式对象建造器
- 从以下版本开始:
- 2.0.0
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Contact.Builder
public Contact.Builder()
Contact.Builder
public Contact.Builder(Contact contact)
email
public Contact.Builder email(String email)
- 参数:
email - 电子邮箱
- 返回:
- 用户联系方式对象建造器
Contact.Builder - 从以下版本开始:
- 2.0.0
phone
public Contact.Builder phone(String phone)
- 参数:
phone - 手机号
- 返回:
- 用户联系方式对象建造器
Contact.Builder - 从以下版本开始:
- 2.0.0
build
public Contact build()
- 指定者:
- 接口
Builder<Contact> 中的 build
- 返回:
- 用户联系方式对象
Contact - 从以下版本开始:
- 2.0.0
Copyright © 2019. All rights reserved.