Uses of Class
com.mypurecloud.sdk.v2.model.ListWrapperString
Packages that use ListWrapperString
-
Uses of ListWrapperString in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ListWrapperStringModifier and TypeMethodDescriptionPatchOpportunityRequest.getAgentIds()WorkPlanBidGroupUpdate.getAgentIds()UpdateActivityCodeRequest.getPlanningGroupIds()WorkPlanBidGroupUpdate.getPlanningGroupIds()BuImportAgentScheduleUploadSchema.getWorkPlanIdsPerWeek()BuUpdateAgentScheduleUploadSchema.getWorkPlanIdsPerWeek()Methods in com.mypurecloud.sdk.v2.model with parameters of type ListWrapperStringModifier and TypeMethodDescriptionPatchOpportunityRequest.agentIds(ListWrapperString agentIds) The IDs of the agents that are invited to the opportunityWorkPlanBidGroupUpdate.agentIds(ListWrapperString agentIds) Agent IDs who participate in this bid groupUpdateActivityCodeRequest.planningGroupIds(ListWrapperString planningGroupIds) The planning group IDs associated with this activity codeWorkPlanBidGroupUpdate.planningGroupIds(ListWrapperString planningGroupIds) The planning group IDs selected in this bid groupvoidPatchOpportunityRequest.setAgentIds(ListWrapperString agentIds) voidWorkPlanBidGroupUpdate.setAgentIds(ListWrapperString agentIds) voidUpdateActivityCodeRequest.setPlanningGroupIds(ListWrapperString planningGroupIds) voidWorkPlanBidGroupUpdate.setPlanningGroupIds(ListWrapperString planningGroupIds) voidBuImportAgentScheduleUploadSchema.setWorkPlanIdsPerWeek(ListWrapperString workPlanIdsPerWeek) voidBuUpdateAgentScheduleUploadSchema.setWorkPlanIdsPerWeek(ListWrapperString workPlanIdsPerWeek) BuImportAgentScheduleUploadSchema.workPlanIdsPerWeek(ListWrapperString workPlanIdsPerWeek) The IDs of the work plans per week for this user.BuUpdateAgentScheduleUploadSchema.workPlanIdsPerWeek(ListWrapperString workPlanIdsPerWeek) The IDs of the work plans per week for this user.