Package com.mypurecloud.sdk.v2.model
Class ScheduleVisibilitySettingsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ScheduleVisibilitySettingsRequest
- All Implemented Interfaces:
Serializable
ScheduleVisibilitySettingsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether schedule visibility controls are enabled for this management unitbooleanfutureWeeks(Integer futureWeeks) The number of weeks into the future that agents can see schedules in this management unit. 0 means current weekinthashCode()voidsetEnabled(Boolean enabled) voidsetFutureWeeks(Integer futureWeeks) toString()
-
Constructor Details
-
ScheduleVisibilitySettingsRequest
public ScheduleVisibilitySettingsRequest() -
ScheduleVisibilitySettingsRequest
-
-
Method Details
-
enabled
Whether schedule visibility controls are enabled for this management unit -
getEnabled
-
setEnabled
-
futureWeeks
The number of weeks into the future that agents can see schedules in this management unit. 0 means current week -
getFutureWeeks
-
setFutureWeeks
-
equals
-
hashCode
public int hashCode() -
toString
-