Uses of Class
com.mypurecloud.sdk.v2.api.request.PostKnowledgeSourceSynchronizationsRequest
Packages that use PostKnowledgeSourceSynchronizationsRequest
-
Uses of PostKnowledgeSourceSynchronizationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostKnowledgeSourceSynchronizationsRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSourceSynchronizations(PostKnowledgeSourceSynchronizationsRequest request) Start a manual synchronization from a source.KnowledgeApiAsync.postKnowledgeSourceSynchronizationsAsync(PostKnowledgeSourceSynchronizationsRequest request, AsyncApiCallback<V3Synchronization> callback) Start a manual synchronization from a source. -
Uses of PostKnowledgeSourceSynchronizationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostKnowledgeSourceSynchronizationsRequestModifier and TypeMethodDescriptionPostKnowledgeSourceSynchronizationsRequest.Builder.build()PostKnowledgeSourceSynchronizationsRequest.withBody(V3StartManualSyncRequest body) PostKnowledgeSourceSynchronizationsRequest.withCustomHeader(String name, String value) PostKnowledgeSourceSynchronizationsRequest.withSourceId(String sourceId)