Uses of Class
com.mypurecloud.sdk.v2.api.request.GetRoutingQueueUsersRequest
Packages that use GetRoutingQueueUsersRequest
-
Uses of GetRoutingQueueUsersRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetRoutingQueueUsersRequestModifier and TypeMethodDescriptionRoutingApi.getRoutingQueueUsers(GetRoutingQueueUsersRequest request) Deprecated.RoutingApiAsync.getRoutingQueueUsersAsync(GetRoutingQueueUsersRequest request, AsyncApiCallback<QueueMemberEntityListingV1> callback) Deprecated. -
Uses of GetRoutingQueueUsersRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetRoutingQueueUsersRequestModifier and TypeMethodDescriptionGetRoutingQueueUsersRequest.Builder.build()GetRoutingQueueUsersRequest.withCustomHeader(String name, String value) GetRoutingQueueUsersRequest.withExpand(List<String> expand) GetRoutingQueueUsersRequest.withJoined(Boolean joined) GetRoutingQueueUsersRequest.withLanguages(List<String> languages) GetRoutingQueueUsersRequest.withPageNumber(Integer pageNumber) GetRoutingQueueUsersRequest.withPageSize(Integer pageSize) GetRoutingQueueUsersRequest.withPresence(List<String> presence) GetRoutingQueueUsersRequest.withProfileSkills(List<String> profileSkills) GetRoutingQueueUsersRequest.withQueueId(String queueId) GetRoutingQueueUsersRequest.withRoutingStatus(List<String> routingStatus) GetRoutingQueueUsersRequest.withSkills(List<String> skills) GetRoutingQueueUsersRequest.withSortOrder(String sortOrder)