Package com.mypurecloud.sdk.v2.model
Class ContentDatePickerAvailableTime
java.lang.Object
com.mypurecloud.sdk.v2.model.ContentDatePickerAvailableTime
- All Implemented Interfaces:
Serializable
A datepicker available time that a user can take.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date and times of the event being scheduled.The duration of the scheduling event in seconds.booleaninthashCode()voidsetDateTime(Date dateTime) voidsetDuration(Long duration) toString()
-
Constructor Details
-
ContentDatePickerAvailableTime
public ContentDatePickerAvailableTime() -
ContentDatePickerAvailableTime
-
-
Method Details
-
duration
The duration of the scheduling event in seconds. -
getDuration
-
setDuration
-
dateTime
The date and times of the event being scheduled. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateTime
-
setDateTime
-
equals
-
hashCode
public int hashCode() -
toString
-