public static interface AlternateContact.Builder extends SdkPojo, CopyableBuilder<AlternateContact.Builder,AlternateContact>
| Modifier and Type | Method and Description |
|---|---|
AlternateContact.Builder |
alternateContactType(AlternateContactType alternateContactType)
The type of alternate contact.
|
AlternateContact.Builder |
alternateContactType(String alternateContactType)
The type of alternate contact.
|
AlternateContact.Builder |
emailAddress(String emailAddress)
The email address associated with this alternate contact.
|
AlternateContact.Builder |
name(String name)
The name associated with this alternate contact.
|
AlternateContact.Builder |
phoneNumber(String phoneNumber)
The phone number associated with this alternate contact.
|
AlternateContact.Builder |
title(String title)
The title associated with this alternate contact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlternateContact.Builder alternateContactType(String alternateContactType)
The type of alternate contact.
alternateContactType - The type of alternate contact.AlternateContactType,
AlternateContactTypeAlternateContact.Builder alternateContactType(AlternateContactType alternateContactType)
The type of alternate contact.
alternateContactType - The type of alternate contact.AlternateContactType,
AlternateContactTypeAlternateContact.Builder emailAddress(String emailAddress)
The email address associated with this alternate contact.
emailAddress - The email address associated with this alternate contact.AlternateContact.Builder name(String name)
The name associated with this alternate contact.
name - The name associated with this alternate contact.AlternateContact.Builder phoneNumber(String phoneNumber)
The phone number associated with this alternate contact.
phoneNumber - The phone number associated with this alternate contact.AlternateContact.Builder title(String title)
The title associated with this alternate contact.
title - The title associated with this alternate contact.Copyright © 2022. All rights reserved.