Package com.mypurecloud.sdk.v2.model
Class PlanningPeriodShiftConstraints
java.lang.Object
com.mypurecloud.sdk.v2.model.PlanningPeriodShiftConstraints
- All Implemented Interfaces:
Serializable
PlanningPeriodShiftConstraints
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether shifts per planning period is enabled.booleaninthashCode()maximumCount(Integer maximumCount) The maximum number of shifts allowed per planning period.minimumCount(Integer minimumCount) The minimum number of shifts required per planning period.voidsetEnabled(Boolean enabled) voidsetMaximumCount(Integer maximumCount) voidsetMinimumCount(Integer minimumCount) toString()
-
Constructor Details
-
PlanningPeriodShiftConstraints
public PlanningPeriodShiftConstraints() -
PlanningPeriodShiftConstraints
-
-
Method Details
-
enabled
Whether shifts per planning period is enabled. This field is non-nullable on the response -
getEnabled
-
setEnabled
-
minimumCount
The minimum number of shifts required per planning period. This field is non-nullable on the response -
getMinimumCount
-
setMinimumCount
-
maximumCount
The maximum number of shifts allowed per planning period. This field is non-nullable on the response -
getMaximumCount
-
setMaximumCount
-
equals
-
hashCode
public int hashCode() -
toString
-