Class ListPicker

java.lang.Object
com.mypurecloud.sdk.v2.model.ListPicker
All Implemented Interfaces:
Serializable

public class ListPicker extends Object implements Serializable
ListPicker
See Also:
  • Constructor Details

    • ListPicker

      public ListPicker()
    • ListPicker

      public ListPicker(Boolean initWithEmptyList)
  • Method Details

    • id

      public ListPicker id(String id)
      Optional unique identifier to help map component replies to form messages where multiple List Pickers can be present.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • title

      public ListPicker title(String title)
      Text to show in the title.
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • subtitle

      public ListPicker subtitle(String subtitle)
      Text to show in the description.
    • getSubtitle

      public String getSubtitle()
    • setSubtitle

      public void setSubtitle(String subtitle)
    • header

      public ListPicker header(String header)
      Text to show in the header.
    • getHeader

      public String getHeader()
    • setHeader

      public void setHeader(String header)
    • sections

      public ListPicker sections(List<ListPickerSection> sections)
      An array of sections in the List Picker.
    • getSections

      public List<ListPickerSection> getSections()
    • setSections

      public void setSections(List<ListPickerSection> sections)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object