Package com.mypurecloud.sdk.v2.model
Class ConversationContentDatePicker
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentDatePicker
- All Implemented Interfaces:
Serializable
DateTimePicker content object.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe format the date should be presented to the end user. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailableTimes(List<ConversationContentDatePickerAvailableTime> availableTimes) An array of available times objects.dateDisplayFormat(ConversationContentDatePicker.DateDisplayFormatEnum dateDisplayFormat) The format the date should be presented to the end user.dateMaximum(Date dateMaximum) The maximum Date Enabled in the datepicker calendar, format: ISO 8601.dateMinimum(Date dateMinimum) The minimum Date Enabled in the datepicker calendar, format: ISO 8601.booleangetId()getTitle()inthashCode()Optional unique identifier to help map component replies to form messages where multiple DatePickers can be present.URL of an imagelocation(ConversationContentLocation location) Location of the event.voidsetAvailableTimes(List<ConversationContentDatePickerAvailableTime> availableTimes) voidsetDateDisplayFormat(ConversationContentDatePicker.DateDisplayFormatEnum dateDisplayFormat) voidsetDateMaximum(Date dateMaximum) voidsetDateMinimum(Date dateMinimum) voidvoidsetImageUrl(String imageUrl) voidsetLocation(ConversationContentLocation location) voidsetSubtitle(String subtitle) voidText to show in the description.Text to show in the title.toString()
-
Constructor Details
-
ConversationContentDatePicker
public ConversationContentDatePicker() -
ConversationContentDatePicker
-
-
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
-
imageUrl
URL of an image -
getImageUrl
-
setImageUrl
-
dateMinimum
The minimum Date Enabled in the datepicker calendar, format: ISO 8601. -
getDateMinimum
-
setDateMinimum
-
dateMaximum
The maximum Date Enabled in the datepicker calendar, format: ISO 8601. -
getDateMaximum
-
setDateMaximum
-
location
Location of the event. -
getLocation
-
setLocation
-
availableTimes
public ConversationContentDatePicker availableTimes(List<ConversationContentDatePickerAvailableTime> availableTimes) An array of available times objects. -
getAvailableTimes
-
setAvailableTimes
-
dateDisplayFormat
public ConversationContentDatePicker dateDisplayFormat(ConversationContentDatePicker.DateDisplayFormatEnum dateDisplayFormat) The format the date should be presented to the end user. -
getDateDisplayFormat
-
setDateDisplayFormat
public void setDateDisplayFormat(ConversationContentDatePicker.DateDisplayFormatEnum dateDisplayFormat) -
equals
-
hashCode
public int hashCode() -
toString
-