Package com.mypurecloud.sdk.v2.model
Class PatchBuReschedulingOptionsManagementUnitRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchBuReschedulingOptionsManagementUnitRequest
- All Implemented Interfaces:
Serializable
PatchBuReschedulingOptionsManagementUnitRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether to mark the run as applied.booleaninthashCode()managementUnitId(String managementUnitId) The management unit portion of the rescheduling run to updatevoidsetApplied(Boolean applied) voidsetManagementUnitId(String managementUnitId) toString()
-
Constructor Details
-
PatchBuReschedulingOptionsManagementUnitRequest
public PatchBuReschedulingOptionsManagementUnitRequest() -
PatchBuReschedulingOptionsManagementUnitRequest
-
-
Method Details
-
managementUnitId
The management unit portion of the rescheduling run to update -
getManagementUnitId
-
setManagementUnitId
-
applied
Whether to mark the run as applied. Only applies to reschedule runs. Once applied, a run cannot be un-marked as applied -
getApplied
-
setApplied
-
equals
-
hashCode
public int hashCode() -
toString
-