Package com.mypurecloud.sdk.v2.model
Class MuteSnoozeFields
java.lang.Object
com.mypurecloud.sdk.v2.model.MuteSnoozeFields
- All Implemented Interfaces:
Serializable
MuteSnoozeFields
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date of the mute/snooze period.The start date of the mute/snooze period.booleaninthashCode()voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) toString()
-
Constructor Details
-
MuteSnoozeFields
public MuteSnoozeFields() -
MuteSnoozeFields
-
-
Method Details
-
dateStart
The start date of the mute/snooze period. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
The end date of the mute/snooze period. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
equals
-
hashCode
public int hashCode() -
toString
-