Class CallCenter.EnterpriseCallCenterAgentThresholdProfileGetPagedSortedRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<CallCenter.EnterpriseCallCenterAgentThresholdProfileGetPagedSortedResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.EnterpriseCallCenterAgentThresholdProfileGetPagedSortedRequest
Enclosing class:
CallCenter

public static class CallCenter.EnterpriseCallCenterAgentThresholdProfileGetPagedSortedRequest
extends Request<CallCenter.EnterpriseCallCenterAgentThresholdProfileGetPagedSortedResponse>
Gets an existing specified Call Center Agent Threshold Profile in an Enterprise. The agentTable is what the search, sort, and pagination fields apply to. If the responsePagingControl element is not provided, the paging startIndex will be set to 1 by default, and the responsePageSize will be set to the maximum ResponsePageSize by default. It is possible to search by various criteria to restrict the number of rows returned. If no sortOrder is included the response is sorted by User Id ascending by default. Multiple search criteria are logically ANDed together unless the searchCriteriaModeOr option is included. Then the search criteria are logically ORed together. ErrorResponse is returned if searchCriteriaExactUserGroup has multiple entries and searchCriteriaModeOr is not included. The response is either a EnterpriseCallCenterAgentThresholdProfileGetPagedSortedResponse or an ErrorResponse.
Author:
AlpacaGenerator