Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeSourceSynchronizationRequest
Packages that use GetKnowledgeSourceSynchronizationRequest
-
Uses of GetKnowledgeSourceSynchronizationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeSourceSynchronizationRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeSourceSynchronization(GetKnowledgeSourceSynchronizationRequest request) Get a specific synchronization of a source.KnowledgeApiAsync.getKnowledgeSourceSynchronizationAsync(GetKnowledgeSourceSynchronizationRequest request, AsyncApiCallback<V3Synchronization> callback) Get a specific synchronization of a source. -
Uses of GetKnowledgeSourceSynchronizationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeSourceSynchronizationRequestModifier and TypeMethodDescriptionGetKnowledgeSourceSynchronizationRequest.Builder.build()GetKnowledgeSourceSynchronizationRequest.withCustomHeader(String name, String value) GetKnowledgeSourceSynchronizationRequest.withSourceId(String sourceId) GetKnowledgeSourceSynchronizationRequest.withSynchronizationId(String synchronizationId)