Class ReschedulingOptionsRunResponse

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

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

    • ReschedulingOptionsRunResponse

      public ReschedulingOptionsRunResponse()
    • ReschedulingOptionsRunResponse

      public ReschedulingOptionsRunResponse(Boolean initWithEmptyList)
  • Method Details

    • existingSchedule

      public ReschedulingOptionsRunResponse existingSchedule(BuScheduleReference existingSchedule)
      The existing schedule to which this reschedule run applies
    • getExistingSchedule

      public BuScheduleReference getExistingSchedule()
    • setExistingSchedule

      public void setExistingSchedule(BuScheduleReference existingSchedule)
    • startDate

      public ReschedulingOptionsRunResponse startDate(Date startDate)
      The start date of the period to reschedule. 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)
    • endDate

      public ReschedulingOptionsRunResponse endDate(Date endDate)
      The end date of the period to reschedule. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • managementUnits

      public ReschedulingOptionsRunResponse managementUnits(List<ReschedulingManagementUnitResponse> managementUnits)
      Per-management unit rescheduling options
    • getManagementUnits

      public List<ReschedulingManagementUnitResponse> getManagementUnits()
    • setManagementUnits

      public void setManagementUnits(List<ReschedulingManagementUnitResponse> managementUnits)
    • agentCount

      public ReschedulingOptionsRunResponse agentCount(Integer agentCount)
      The number of agents to be considered in the reschedule
    • getAgentCount

      public Integer getAgentCount()
    • setAgentCount

      public void setAgentCount(Integer agentCount)
    • activityCodeIds

      public ReschedulingOptionsRunResponse activityCodeIds(List<String> activityCodeIds)
      The IDs of the activity codes being considered for reschedule
    • getActivityCodeIds

      public List<String> getActivityCodeIds()
    • setActivityCodeIds

      public void setActivityCodeIds(List<String> activityCodeIds)
    • doNotChangeWeeklyPaidTime

      public ReschedulingOptionsRunResponse doNotChangeWeeklyPaidTime(Boolean doNotChangeWeeklyPaidTime)
      Whether weekly paid time is allowed to be changed
    • getDoNotChangeWeeklyPaidTime

      public Boolean getDoNotChangeWeeklyPaidTime()
    • setDoNotChangeWeeklyPaidTime

      public void setDoNotChangeWeeklyPaidTime(Boolean doNotChangeWeeklyPaidTime)
    • doNotChangeDailyPaidTime

      public ReschedulingOptionsRunResponse doNotChangeDailyPaidTime(Boolean doNotChangeDailyPaidTime)
      Whether daily paid time is allowed to be changed
    • getDoNotChangeDailyPaidTime

      public Boolean getDoNotChangeDailyPaidTime()
    • setDoNotChangeDailyPaidTime

      public void setDoNotChangeDailyPaidTime(Boolean doNotChangeDailyPaidTime)
    • doNotChangeShiftStartTimes

      public ReschedulingOptionsRunResponse doNotChangeShiftStartTimes(Boolean doNotChangeShiftStartTimes)
      Whether shift start times are allowed to be changed
    • getDoNotChangeShiftStartTimes

      public Boolean getDoNotChangeShiftStartTimes()
    • setDoNotChangeShiftStartTimes

      public void setDoNotChangeShiftStartTimes(Boolean doNotChangeShiftStartTimes)
    • doNotChangeManuallyEditedShifts

      public ReschedulingOptionsRunResponse doNotChangeManuallyEditedShifts(Boolean doNotChangeManuallyEditedShifts)
      Whether manually edited shifts are allowed to be changed
    • getDoNotChangeManuallyEditedShifts

      public Boolean getDoNotChangeManuallyEditedShifts()
    • setDoNotChangeManuallyEditedShifts

      public void setDoNotChangeManuallyEditedShifts(Boolean doNotChangeManuallyEditedShifts)
    • 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