Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchUserQueueRequest
Packages that use PatchUserQueueRequest
-
Uses of PatchUserQueueRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchUserQueueRequestModifier and TypeMethodDescriptionRoutingApi.patchUserQueue(PatchUserQueueRequest request) Join or unjoin a queue for a userUsersApi.patchUserQueue(PatchUserQueueRequest request) Join or unjoin a queue for a userRoutingApiAsync.patchUserQueueAsync(PatchUserQueueRequest request, AsyncApiCallback<UserQueue> callback) Join or unjoin a queue for a userUsersApiAsync.patchUserQueueAsync(PatchUserQueueRequest request, AsyncApiCallback<UserQueue> callback) Join or unjoin a queue for a user -
Uses of PatchUserQueueRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchUserQueueRequestModifier and TypeMethodDescriptionPatchUserQueueRequest.Builder.build()PatchUserQueueRequest.withCustomHeader(String name, String value) PatchUserQueueRequest.withQueueId(String queueId) PatchUserQueueRequest.withUserId(String userId)