Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeIntegrationOptionsResponse
Packages that use KnowledgeIntegrationOptionsResponse
-
Uses of KnowledgeIntegrationOptionsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeIntegrationOptionsResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeIntegrationOptions(GetKnowledgeIntegrationOptionsRequest request) Get sync options available for a knowledge-connect integrationKnowledgeApi.getKnowledgeIntegrationOptions(String integrationId, List<String> knowledgeBaseIds) Get sync options available for a knowledge-connect integrationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeIntegrationOptionsResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeIntegrationOptions(ApiRequest<Void> request) Get sync options available for a knowledge-connect integrationKnowledgeApiAsync.getKnowledgeIntegrationOptionsAsync(GetKnowledgeIntegrationOptionsRequest request, AsyncApiCallback<KnowledgeIntegrationOptionsResponse> callback) Get sync options available for a knowledge-connect integrationKnowledgeApiAsync.getKnowledgeIntegrationOptionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeIntegrationOptionsResponse>> callback) Get sync options available for a knowledge-connect integrationKnowledgeApi.getKnowledgeIntegrationOptionsWithHttpInfo(String integrationId, List<String> knowledgeBaseIds) Get sync options available for a knowledge-connect integrationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeIntegrationOptionsResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeIntegrationOptionsAsync(GetKnowledgeIntegrationOptionsRequest request, AsyncApiCallback<KnowledgeIntegrationOptionsResponse> callback) Get sync options available for a knowledge-connect integrationKnowledgeApiAsync.getKnowledgeIntegrationOptionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeIntegrationOptionsResponse>> callback) Get sync options available for a knowledge-connect integration -
Uses of KnowledgeIntegrationOptionsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeIntegrationOptionsResponseModifier and TypeMethodDescriptionKnowledgeIntegrationOptionsResponse.filters(List<KnowledgeIntegrationFilter> filters) Filter setting options available for a knowledge source.