Package com.mypurecloud.sdk.v2.model
Class V3SourceScheduleSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceScheduleSettings
- All Implemented Interfaces:
Serializable
V3SourceScheduleSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date-time value of the first sync run.booleaninthashCode()The time between syncs, in hours, until a new sync is run.voidsetDateStart(Date dateStart) voidtoString()
-
Constructor Details
-
V3SourceScheduleSettings
public V3SourceScheduleSettings() -
V3SourceScheduleSettings
-
-
Method Details
-
dateStart
The date-time value of the first sync run. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
period
The time between syncs, in hours, until a new sync is run. -
getPeriod
-
setPeriod
-
equals
-
hashCode
public int hashCode() -
toString
-