Class GroupCallPark.GroupCallParkGetInstancePagedSortedRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<GroupCallPark.GroupCallParkGetInstancePagedSortedResponse>
co.ecg.alpaca.toolkit.generated.services.GroupCallPark.GroupCallParkGetInstancePagedSortedRequest
Enclosing class:
GroupCallPark

public static class GroupCallPark.GroupCallParkGetInstancePagedSortedRequest extends Request<GroupCallPark.GroupCallParkGetInstancePagedSortedResponse>
Gets a Call Park 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. The sort order is based on the user order provided when creating or modifying the call park instance. 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 GroupCallParkGetInstancePagedSortedResponse or ErrorResponse.
Author:
AlpacaGenerator