public static interface Reference.Builder extends SdkPojo, CopyableBuilder<Reference.Builder,Reference>
| Modifier and Type | Method and Description |
|---|---|
Reference.Builder |
type(ReferenceType type)
The type of the reference.
|
Reference.Builder |
type(String type)
The type of the reference.
|
Reference.Builder |
value(String value)
A valid value for the reference.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReference.Builder value(String value)
A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
value - A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed
to an agent in the Contact Control Panel (CCP).Reference.Builder type(String type)
The type of the reference. Only URL type can be added or updated on a contact.
type - The type of the reference. Only URL type can be added or updated on a contact.ReferenceType,
ReferenceTypeReference.Builder type(ReferenceType type)
The type of the reference. Only URL type can be added or updated on a contact.
type - The type of the reference. Only URL type can be added or updated on a contact.ReferenceType,
ReferenceTypeCopyright © 2022. All rights reserved.