Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentDatePicker
Packages that use ConversationContentDatePicker
-
Uses of ConversationContentDatePicker in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentDatePickerModifier and TypeMethodDescriptionConversationContentDatePicker.availableTimes(List<ConversationContentDatePickerAvailableTime> availableTimes) An array of available times objects.ConversationContentDatePicker.dateDisplayFormat(ConversationContentDatePicker.DateDisplayFormatEnum dateDisplayFormat) The format the date should be presented to the end user.ConversationContentDatePicker.dateMaximum(Date dateMaximum) The maximum Date Enabled in the datepicker calendar, format: ISO 8601.ConversationContentDatePicker.dateMinimum(Date dateMinimum) The minimum Date Enabled in the datepicker calendar, format: ISO 8601.ConversationFormPageComponent.getDatePicker()ConversationMessageContent.getDatePicker()Optional unique identifier to help map component replies to form messages where multiple DatePickers can be present.URL of an imageConversationContentDatePicker.location(ConversationContentLocation location) Location of the event.Text to show in the description.Text to show in the title.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentDatePickerModifier and TypeMethodDescriptionConversationFormPageComponent.datePicker(ConversationContentDatePicker datePicker) Date Picker content.ConversationMessageContent.datePicker(ConversationContentDatePicker datePicker) Date picker content.voidConversationFormPageComponent.setDatePicker(ConversationContentDatePicker datePicker) voidConversationMessageContent.setDatePicker(ConversationContentDatePicker datePicker)