Uses of Class
com.mypurecloud.sdk.v2.model.V3SynchronizationListing
Packages that use V3SynchronizationListing
-
Uses of V3SynchronizationListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return V3SynchronizationListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeSourcesSynchronizations(GetKnowledgeSourcesSynchronizationsRequest request) Get synchronizations of all sources of the organization.KnowledgeApi.getKnowledgeSourcesSynchronizations(String before, String after, String pageSize) Get synchronizations of all sources of the organization.KnowledgeApi.getKnowledgeSourceSynchronizations(GetKnowledgeSourceSynchronizationsRequest request) Get synchronizations of a source.KnowledgeApi.getKnowledgeSourceSynchronizations(String sourceId, String before, String after, String pageSize) Get synchronizations of a source.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type V3SynchronizationListingModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeSourcesSynchronizations(ApiRequest<Void> request) Get synchronizations of all sources of the organization.KnowledgeApiAsync.getKnowledgeSourcesSynchronizationsAsync(GetKnowledgeSourcesSynchronizationsRequest request, AsyncApiCallback<V3SynchronizationListing> callback) Get synchronizations of all sources of the organization.KnowledgeApiAsync.getKnowledgeSourcesSynchronizationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<V3SynchronizationListing>> callback) Get synchronizations of all sources of the organization.KnowledgeApi.getKnowledgeSourcesSynchronizationsWithHttpInfo(String before, String after, String pageSize) Get synchronizations of all sources of the organization.KnowledgeApi.getKnowledgeSourceSynchronizations(ApiRequest<Void> request) Get synchronizations of a source.KnowledgeApiAsync.getKnowledgeSourceSynchronizationsAsync(GetKnowledgeSourceSynchronizationsRequest request, AsyncApiCallback<V3SynchronizationListing> callback) Get synchronizations of a source.KnowledgeApiAsync.getKnowledgeSourceSynchronizationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<V3SynchronizationListing>> callback) Get synchronizations of a source.KnowledgeApi.getKnowledgeSourceSynchronizationsWithHttpInfo(String sourceId, String before, String after, String pageSize) Get synchronizations of a source.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type V3SynchronizationListingModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeSourcesSynchronizationsAsync(GetKnowledgeSourcesSynchronizationsRequest request, AsyncApiCallback<V3SynchronizationListing> callback) Get synchronizations of all sources of the organization.KnowledgeApiAsync.getKnowledgeSourcesSynchronizationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<V3SynchronizationListing>> callback) Get synchronizations of all sources of the organization.KnowledgeApiAsync.getKnowledgeSourceSynchronizationsAsync(GetKnowledgeSourceSynchronizationsRequest request, AsyncApiCallback<V3SynchronizationListing> callback) Get synchronizations of a source.KnowledgeApiAsync.getKnowledgeSourceSynchronizationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<V3SynchronizationListing>> callback) Get synchronizations of a source. -
Uses of V3SynchronizationListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SynchronizationListingModifier and TypeMethodDescriptionV3SynchronizationListing.entities(List<V3Synchronization> entities) V3SynchronizationListing.previousUri(String previousUri)