Package com.mypurecloud.sdk.v2.model
Class SchedulingTestingOptionsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SchedulingTestingOptionsRequest
- All Implemented Interfaces:
Serializable
SchedulingTestingOptionsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelayScheduling(Boolean delayScheduling) Whether to force delayed schedulingbooleanfailScheduling(Boolean failScheduling) Whether to force scheduling to failfastScheduling(Boolean fastScheduling) Whether to enable fast schedulinginthashCode()populateDeprecatedWarnings(Boolean populateDeprecatedWarnings) Whether to populate deprecated warnings in the generated schedulepopulateWarnings(Boolean populateWarnings) Whether to populate warnings in the generated schedulevoidsetDelayScheduling(Boolean delayScheduling) voidsetFailScheduling(Boolean failScheduling) voidsetFastScheduling(Boolean fastScheduling) voidsetPopulateDeprecatedWarnings(Boolean populateDeprecatedWarnings) voidsetPopulateWarnings(Boolean populateWarnings) toString()
-
Constructor Details
-
SchedulingTestingOptionsRequest
public SchedulingTestingOptionsRequest() -
SchedulingTestingOptionsRequest
-
-
Method Details
-
fastScheduling
Whether to enable fast scheduling -
getFastScheduling
-
setFastScheduling
-
delayScheduling
Whether to force delayed scheduling -
getDelayScheduling
-
setDelayScheduling
-
failScheduling
Whether to force scheduling to fail -
getFailScheduling
-
setFailScheduling
-
populateWarnings
Whether to populate warnings in the generated schedule -
getPopulateWarnings
-
setPopulateWarnings
-
populateDeprecatedWarnings
public SchedulingTestingOptionsRequest populateDeprecatedWarnings(Boolean populateDeprecatedWarnings) Whether to populate deprecated warnings in the generated schedule -
getPopulateDeprecatedWarnings
-
setPopulateDeprecatedWarnings
-
equals
-
hashCode
public int hashCode() -
toString
-