Package com.mypurecloud.sdk.v2.model
Class DatePicker
java.lang.Object
com.mypurecloud.sdk.v2.model.DatePicker
- All Implemented Interfaces:
Serializable
DatePicker
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatePickerAvailableDateTimes(List<DatePickerAvailableDateTime> datePickerAvailableDateTimes) An array of available times objects.dateSelected(Date dateSelected) Selected date response from end customer.booleangetId()getTitle()inthashCode()Optional unique identifier to help map component replies to form messages where multiple DatePickers can be present.voidsetDatePickerAvailableDateTimes(List<DatePickerAvailableDateTime> datePickerAvailableDateTimes) voidsetDateSelected(Date dateSelected) voidvoidsetSubtitle(String subtitle) voidText to show in the description.Text to show in the title.toString()
-
Constructor Details
-
DatePicker
public DatePicker() -
DatePicker
-
-
Method Details
-
id
Optional unique identifier to help map component replies to form messages where multiple DatePickers can be present. -
getId
-
setId
-
title
Text to show in the title. -
getTitle
-
setTitle
-
subtitle
Text to show in the description. -
getSubtitle
-
setSubtitle
-
datePickerAvailableDateTimes
public DatePicker datePickerAvailableDateTimes(List<DatePickerAvailableDateTime> datePickerAvailableDateTimes) An array of available times objects. -
getDatePickerAvailableDateTimes
-
setDatePickerAvailableDateTimes
public void setDatePickerAvailableDateTimes(List<DatePickerAvailableDateTime> datePickerAvailableDateTimes) -
dateSelected
Selected date response from end customer. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateSelected
-
setDateSelected
-
equals
-
hashCode
public int hashCode() -
toString
-