Uses of Class
com.mypurecloud.sdk.v2.model.UpdateConferenceRequest
Packages that use UpdateConferenceRequest
Package
Description
-
Uses of UpdateConferenceRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateConferenceRequestModifier and TypeMethodDescriptionvoidConversationsApi.patchConversationsCallConference(String conversationId, UpdateConferenceRequest body) Update a conversation by merging in other conversations to create a conferenceConversationsApi.patchConversationsCallConferenceWithHttpInfo(String conversationId, UpdateConferenceRequest body) Update a conversation by merging in other conversations to create a conferenceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateConferenceRequestModifier and TypeMethodDescriptionConversationsApi.patchConversationsCallConference(ApiRequest<UpdateConferenceRequest> request) Update a conversation by merging in other conversations to create a conferenceConversationsApiAsync.patchConversationsCallConferenceAsync(ApiRequest<UpdateConferenceRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Update a conversation by merging in other conversations to create a conference -
Uses of UpdateConferenceRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateConferenceRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateConferenceRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateConferenceRequestModifier and TypeMethodDescriptionPatchConversationsCallConferenceRequest.builder(String conversationId, UpdateConferenceRequest body) voidPatchConversationsCallConferenceRequest.setBody(UpdateConferenceRequest body) PatchConversationsCallConferenceRequest.Builder.withBody(UpdateConferenceRequest body) PatchConversationsCallConferenceRequest.withBody(UpdateConferenceRequest body) PatchConversationsCallConferenceRequest.Builder.withRequiredParams(String conversationId, UpdateConferenceRequest body) -
Uses of UpdateConferenceRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateConferenceRequestModifier and TypeMethodDescriptionUpdateConferenceRequest.conversationIds(List<String> conversationIds) A list of conversations to merge into this conversation to create a conference.