Class V3SourceScheduleSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.V3SourceScheduleSettings
All Implemented Interfaces:
Serializable

public class V3SourceScheduleSettings extends Object implements Serializable
V3SourceScheduleSettings
See Also:
  • Constructor Details

    • V3SourceScheduleSettings

      public V3SourceScheduleSettings()
    • V3SourceScheduleSettings

      public V3SourceScheduleSettings(Boolean initWithEmptyList)
  • Method Details

    • dateStart

      public V3SourceScheduleSettings dateStart(Date 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

      public Date getDateStart()
    • setDateStart

      public void setDateStart(Date dateStart)
    • period

      public V3SourceScheduleSettings period(Integer period)
      The time between syncs, in hours, until a new sync is run.
    • getPeriod

      public Integer getPeriod()
    • setPeriod

      public void setPeriod(Integer period)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object