Class ListAttribute.Builder
java.lang.Object
com.vonage.client.proactiveconnect.ListAttribute.Builder
- Enclosing class:
ListAttribute
-
Field Details
-
name
-
alias
-
key
-
-
Method Details
-
name
Sets the list attribute name.- Parameters:
name- The name.- Returns:
- This builder.
-
alias
Sets the list attribute alias.- Parameters:
alias- The alias.- Returns:
- This builder.
-
key
Set totrueif this attribute should be used to correlate between 2 or more lists.- Parameters:
key- Whether this attribute is used as a key.- Returns:
- This builder.
-
build
Builds the list attribute object.- Returns:
- A new ListAttribute with this builder's properties.
-