Uses of Class
com.mypurecloud.sdk.v2.api.request.GetRoutingQueuesRequest
Packages that use GetRoutingQueuesRequest
-
Uses of GetRoutingQueuesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetRoutingQueuesRequestModifier and TypeMethodDescriptionRoutingApi.getRoutingQueues(GetRoutingQueuesRequest request) Get list of queues.RoutingApiAsync.getRoutingQueuesAsync(GetRoutingQueuesRequest request, AsyncApiCallback<QueueEntityListing> callback) Get list of queues. -
Uses of GetRoutingQueuesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetRoutingQueuesRequestModifier and TypeMethodDescriptionGetRoutingQueuesRequest.Builder.build()GetRoutingQueuesRequest.withCannedResponseLibraryId(String cannedResponseLibraryId) GetRoutingQueuesRequest.withCustomHeader(String name, String value) GetRoutingQueuesRequest.withDivisionId(List<String> divisionId) GetRoutingQueuesRequest.withExpand(List<String> expand) GetRoutingQueuesRequest.withHasPeer(Boolean hasPeer) GetRoutingQueuesRequest.withPageNumber(Integer pageNumber) GetRoutingQueuesRequest.withPageSize(Integer pageSize) GetRoutingQueuesRequest.withPeerId(List<String> peerId) GetRoutingQueuesRequest.withSortOrder(String sortOrder)