Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchUserQueuesRequest
Packages that use PatchUserQueuesRequest
-
Uses of PatchUserQueuesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchUserQueuesRequestModifier and TypeMethodDescriptionRoutingApi.patchUserQueues(PatchUserQueuesRequest request) Join or unjoin a set of queues for a user Users can only be joined to queues where they have membership.UsersApi.patchUserQueues(PatchUserQueuesRequest request) Join or unjoin a set of queues for a user Users can only be joined to queues where they have membership.RoutingApiAsync.patchUserQueuesAsync(PatchUserQueuesRequest request, AsyncApiCallback<UserQueueEntityListing> callback) Join or unjoin a set of queues for a user Users can only be joined to queues where they have membership.UsersApiAsync.patchUserQueuesAsync(PatchUserQueuesRequest request, AsyncApiCallback<UserQueueEntityListing> callback) Join or unjoin a set of queues for a user Users can only be joined to queues where they have membership. -
Uses of PatchUserQueuesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchUserQueuesRequestModifier and TypeMethodDescriptionPatchUserQueuesRequest.Builder.build()PatchUserQueuesRequest.withCustomHeader(String name, String value) PatchUserQueuesRequest.withDivisionId(List<String> divisionId) PatchUserQueuesRequest.withUserId(String userId)