Class CallCenter.GroupCallCenterAgentThresholdProfileGetPagedSortedRequest

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

public static class CallCenter.GroupCallCenterAgentThresholdProfileGetPagedSortedRequest extends Request<CallCenter.GroupCallCenterAgentThresholdProfileGetPagedSortedResponse>
Gets an existing non-default Call Center Agent Threshold Profile in a Group. 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. The response is either a GroupCallCenterAgentThresholdProfileGetPagedSortedResponse or an ErrorResponse.
Author:
AlpacaGenerator