Class WfmTimeSpan

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

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

    • WfmTimeSpan

      public WfmTimeSpan()
    • WfmTimeSpan

      public WfmTimeSpan(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public WfmTimeSpan startDate(Date 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

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • lengthMinutes

      public WfmTimeSpan lengthMinutes(Integer lengthMinutes)
      The length of the time span from the start date in minutes
    • getLengthMinutes

      public Integer getLengthMinutes()
    • setLengthMinutes

      public void setLengthMinutes(Integer lengthMinutes)
    • 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