Uses of Class
com.mypurecloud.sdk.v2.model.V3StartManualSyncRequest
Packages that use V3StartManualSyncRequest
Package
Description
-
Uses of V3StartManualSyncRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type V3StartManualSyncRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSourceSynchronizations(String sourceId, V3StartManualSyncRequest body) Start a manual synchronization from a source.KnowledgeApi.postKnowledgeSourceSynchronizationsWithHttpInfo(String sourceId, V3StartManualSyncRequest body) Start a manual synchronization from a source.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type V3StartManualSyncRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSourceSynchronizations(ApiRequest<V3StartManualSyncRequest> request) Start a manual synchronization from a source.KnowledgeApiAsync.postKnowledgeSourceSynchronizationsAsync(ApiRequest<V3StartManualSyncRequest> request, AsyncApiCallback<ApiResponse<V3Synchronization>> callback) Start a manual synchronization from a source. -
Uses of V3StartManualSyncRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return V3StartManualSyncRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type V3StartManualSyncRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type V3StartManualSyncRequestModifier and TypeMethodDescriptionvoidPostKnowledgeSourceSynchronizationsRequest.setBody(V3StartManualSyncRequest body) PostKnowledgeSourceSynchronizationsRequest.Builder.withBody(V3StartManualSyncRequest body) PostKnowledgeSourceSynchronizationsRequest.withBody(V3StartManualSyncRequest body) -
Uses of V3StartManualSyncRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3StartManualSyncRequestModifier and TypeMethodDescriptionV3StartManualSyncRequest.type(V3StartManualSyncRequest.TypeEnum type) Optional field that specifies the synchronization type.