Package com.mypurecloud.sdk.v2.model
Class BuRescheduleAgentScheduleResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BuRescheduleAgentScheduleResult
- All Implemented Interfaces:
Serializable
BuRescheduleAgentScheduleResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadResult(MuRescheduleResultWrapper downloadResult) The agent schedules.downloadUrl(String downloadUrl) The download URL from which to fetch the resultbooleaninthashCode()managementUnit(ManagementUnitReference managementUnit) The management unit to which this part of the result appliesvoidsetDownloadResult(MuRescheduleResultWrapper downloadResult) voidsetDownloadUrl(String downloadUrl) voidsetManagementUnit(ManagementUnitReference managementUnit) toString()
-
Constructor Details
-
BuRescheduleAgentScheduleResult
public BuRescheduleAgentScheduleResult() -
BuRescheduleAgentScheduleResult
-
-
Method Details
-
managementUnit
The management unit to which this part of the result applies -
getManagementUnit
-
setManagementUnit
-
downloadResult
The agent schedules. Result will always come via the downloadUrl; however the schema is included for documentation -
getDownloadResult
-
setDownloadResult
-
downloadUrl
The download URL from which to fetch the result -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-