toggle menu
rapid-sdk
4.1.1
5.3.0
5.1.0
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
3.2.2
JVM
switch theme
search in API
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
SupplyContact
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Supply
Contact.
Builder
Link copied to clipboard
public
SupplyContact.Builder
SupplyContact.Builder
(
String
name
,
Phone
phone
,
String
email
,
Address1
address
)
Functions
address
Link copied to clipboard
public
final
SupplyContact.Builder
address
(
Address1
address
)
build
Link copied to clipboard
public
final
SupplyContact
build
(
)
email
Link copied to clipboard
public
final
SupplyContact.Builder
email
(
String
email
)
name
Link copied to clipboard
public
final
SupplyContact.Builder
name
(
String
name
)
phone
Link copied to clipboard
public
final
SupplyContact.Builder
phone
(
Phone
phone
)