Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchKnowledgeSourceSynchronizationRequest
Packages that use PatchKnowledgeSourceSynchronizationRequest
-
Uses of PatchKnowledgeSourceSynchronizationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchKnowledgeSourceSynchronizationRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeSourceSynchronization(PatchKnowledgeSourceSynchronizationRequest request) Update synchronization.KnowledgeApiAsync.patchKnowledgeSourceSynchronizationAsync(PatchKnowledgeSourceSynchronizationRequest request, AsyncApiCallback<V3Synchronization> callback) Update synchronization. -
Uses of PatchKnowledgeSourceSynchronizationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchKnowledgeSourceSynchronizationRequestModifier and TypeMethodDescriptionPatchKnowledgeSourceSynchronizationRequest.Builder.build()PatchKnowledgeSourceSynchronizationRequest.withBody(V3SynchronizationUpdateRequest body) PatchKnowledgeSourceSynchronizationRequest.withCustomHeader(String name, String value) PatchKnowledgeSourceSynchronizationRequest.withSourceId(String sourceId) PatchKnowledgeSourceSynchronizationRequest.withSynchronizationId(String synchronizationId)