Package com.mypurecloud.sdk.v2.model
Class WfmTimeSpan
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmTimeSpan
- All Implemented Interfaces:
Serializable
WfmTimeSpan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()lengthMinutes(Integer lengthMinutes) The length of the time span from the start date in minutesvoidsetLengthMinutes(Integer lengthMinutes) voidsetStartDate(Date startDate) Start date of the time span.toString()
-
Constructor Details
-
WfmTimeSpan
public WfmTimeSpan() -
WfmTimeSpan
-
-
Method Details
-
startDate
Start date of the time span. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDate
-
setStartDate
-
lengthMinutes
The length of the time span from the start date in minutes -
getLengthMinutes
-
setLengthMinutes
-
equals
-
hashCode
public int hashCode() -
toString
-