public static class SupportContact.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SupportContact |
build() |
SupportContact.Builder |
copy(SupportContact model) |
SupportContact.Builder |
email(String email)
The email of the contact.
|
SupportContact.Builder |
name(String name)
The name of the contact.
|
SupportContact.Builder |
phone(String phone)
The phone number of the contact.
|
SupportContact.Builder |
subject(String subject)
The email subject line to use when contacting support.
|
public SupportContact.Builder name(String name)
The name of the contact.
name
- the value to setpublic SupportContact.Builder phone(String phone)
The phone number of the contact.
phone
- the value to setpublic SupportContact.Builder email(String email)
The email of the contact.
email
- the value to setpublic SupportContact.Builder subject(String subject)
The email subject line to use when contacting support.
subject
- the value to setpublic SupportContact build()
public SupportContact.Builder copy(SupportContact model)
Copyright © 2016–2024. All rights reserved.