Package com.mypurecloud.sdk.v2.model
Class CampaignTimeSlot
java.lang.Object
com.mypurecloud.sdk.v2.model.CampaignTimeSlot
- All Implemented Interfaces:
Serializable
CampaignTimeSlot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe day of the interval.booleangetDay()inthashCode()voidvoidsetStartTime(String startTime) voidsetStopTime(String stopTime) The start time of the interval as an ISO-8601 string, i.e.The end time of the interval as an ISO-8601 string, i.e.toString()
-
Constructor Details
-
CampaignTimeSlot
public CampaignTimeSlot() -
CampaignTimeSlot
-
-
Method Details
-
startTime
The start time of the interval as an ISO-8601 string, i.e. HH:mm:ss -
getStartTime
-
setStartTime
-
stopTime
The end time of the interval as an ISO-8601 string, i.e. HH:mm:ss -
getStopTime
-
setStopTime
-
day
The day of the interval. Valid values: [1-7], representing Monday through Sunday -
getDay
-
setDay
-
equals
-
hashCode
public int hashCode() -
toString
-