Class AssignmentEffectiveDateRange

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

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

    • AssignmentEffectiveDateRange

      public AssignmentEffectiveDateRange()
    • AssignmentEffectiveDateRange

      public AssignmentEffectiveDateRange(Boolean initWithEmptyList)
  • Method Details

    • startDate

      public AssignmentEffectiveDateRange startDate(LocalDate startDate)
      Effective start date of the user assignment in ISO-8601 format or empty value. Empty value means no limit on start-date.
    • getStartDate

      public LocalDate getStartDate()
    • setStartDate

      public void setStartDate(LocalDate startDate)
    • endDate

      public AssignmentEffectiveDateRange endDate(LocalDate endDate)
      Effective end date of the user assignment in ISO-8601 format or empty value. Empty value means no limit on end-date.
    • getEndDate

      public LocalDate getEndDate()
    • setEndDate

      public void setEndDate(LocalDate endDate)
    • 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