Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchRoutingQueueUserRequest
Packages that use PatchRoutingQueueUserRequest
-
Uses of PatchRoutingQueueUserRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchRoutingQueueUserRequestModifier and TypeMethodDescriptionvoidRoutingApi.patchRoutingQueueUser(PatchRoutingQueueUserRequest request) Deprecated.RoutingApiAsync.patchRoutingQueueUserAsync(PatchRoutingQueueUserRequest request, AsyncApiCallback<Void> callback) Deprecated. -
Uses of PatchRoutingQueueUserRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchRoutingQueueUserRequestModifier and TypeMethodDescriptionPatchRoutingQueueUserRequest.Builder.build()PatchRoutingQueueUserRequest.withBody(QueueMember body) PatchRoutingQueueUserRequest.withCustomHeader(String name, String value) PatchRoutingQueueUserRequest.withMemberId(String memberId) PatchRoutingQueueUserRequest.withQueueId(String queueId)