Uses of Class
com.mypurecloud.sdk.v2.model.SourceBaseResponse
Packages that use SourceBaseResponse
-
Uses of SourceBaseResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SourceBaseResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseSources(GetKnowledgeKnowledgebaseSourcesRequest request) Get Knowledge integration sourcesKnowledgeApi.getKnowledgeKnowledgebaseSources(ApiRequest<Void> request) Get Knowledge integration sourcesKnowledgeApi.getKnowledgeKnowledgebaseSources(String knowledgeBaseId, String type, List<String> expand, List<String> ids) Get Knowledge integration sourcesKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesAsync(GetKnowledgeKnowledgebaseSourcesRequest request, AsyncApiCallback<List<SourceBaseResponse>> callback) Get Knowledge integration sourcesKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<SourceBaseResponse>>> callback) Get Knowledge integration sourcesKnowledgeApi.getKnowledgeKnowledgebaseSourcesWithHttpInfo(String knowledgeBaseId, String type, List<String> expand, List<String> ids) Get Knowledge integration sourcesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SourceBaseResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesAsync(GetKnowledgeKnowledgebaseSourcesRequest request, AsyncApiCallback<List<SourceBaseResponse>> callback) Get Knowledge integration sourcesKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<List<SourceBaseResponse>>> callback) Get Knowledge integration sources -
Uses of SourceBaseResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SourceBaseResponseModifier and TypeMethodDescriptionSourceBaseResponse.dateCreated(Date dateCreated) Source creation date-time.SourceBaseResponse.dateModified(Date dateModified) Source last modification date-time.SourceBaseResponse.integration(KnowledgeIntegrationReference integration) The reference to the integration associated with the source.SourceBaseResponse.lastSync(SourceLastSync lastSync) Additional information about the last synchronization of the source.Name of the source.SourceBaseResponse.schedulePeriod(Integer schedulePeriod) The schedule period of the source in hours.SourceBaseResponse.type(SourceBaseResponse.TypeEnum type) The source type.