Class ListAttribute.Builder

java.lang.Object
com.vonage.client.proactiveconnect.ListAttribute.Builder
Enclosing class:
ListAttribute

public static class ListAttribute.Builder extends Object
  • Field Details

  • 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

      public ListAttribute.Builder key(boolean key)
      Set to true if 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

      public ListAttribute build()
      Builds the list attribute object.
      Returns:
      A new ListAttribute with this builder's properties.