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

构造方法摘要
Contact.Builder()
           
Contact.Builder(Contact contact)
           
 
方法摘要
 Contact build()
           
 Contact.Builder email(String email)
           
 Contact.Builder phone(String phone)
           
 
从类 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.