Package com.mypurecloud.sdk.v2.model
Class ProcessScheduleUpdateUploadRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ProcessScheduleUpdateUploadRequest
- All Implemented Interfaces:
Serializable
ProcessScheduleUpdateUploadRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()managementUnitIdsForAddedTeamUsers(List<String> managementUnitIdsForAddedTeamUsers) The set of muIds to which agents belong if agents are being newly added to the schedule, if the requesting user has conditional permission to wfm:schedule:editvoidsetManagementUnitIdsForAddedTeamUsers(List<String> managementUnitIdsForAddedTeamUsers) voidsetTeamIds(List<String> teamIds) voidsetUploadKey(String uploadKey) The list of teams to which the users being modified belong.toString()The uploadKey provided by the request to get an upload URL
-
Constructor Details
-
ProcessScheduleUpdateUploadRequest
public ProcessScheduleUpdateUploadRequest() -
ProcessScheduleUpdateUploadRequest
-
-
Method Details
-
uploadKey
The uploadKey provided by the request to get an upload URL -
getUploadKey
-
setUploadKey
-
teamIds
The list of teams to which the users being modified belong. Only required if the requesting user has conditional permission to wfm:schedule:edit -
getTeamIds
-
setTeamIds
-
managementUnitIdsForAddedTeamUsers
public ProcessScheduleUpdateUploadRequest managementUnitIdsForAddedTeamUsers(List<String> managementUnitIdsForAddedTeamUsers) The set of muIds to which agents belong if agents are being newly added to the schedule, if the requesting user has conditional permission to wfm:schedule:edit -
getManagementUnitIdsForAddedTeamUsers
-
setManagementUnitIdsForAddedTeamUsers
-
equals
-
hashCode
public int hashCode() -
toString
-