Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceDetailedResponse
Packages that use V3SourceDetailedResponse
-
Uses of V3SourceDetailedResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return V3SourceDetailedResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSources(PostKnowledgeSourcesRequest request) Create a new sourceKnowledgeApi.postKnowledgeSources(V3SourceCreateRequest body) Create a new sourceKnowledgeApi.putKnowledgeSource(PutKnowledgeSourceRequest request) Update the sourceKnowledgeApi.putKnowledgeSource(String sourceId, V3SourceUpdateRequest body) Update the sourceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type V3SourceDetailedResponseModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSources(ApiRequest<V3SourceCreateRequest> request) Create a new sourceKnowledgeApiAsync.postKnowledgeSourcesAsync(PostKnowledgeSourcesRequest request, AsyncApiCallback<V3SourceDetailedResponse> callback) Create a new sourceKnowledgeApiAsync.postKnowledgeSourcesAsync(ApiRequest<V3SourceCreateRequest> request, AsyncApiCallback<ApiResponse<V3SourceDetailedResponse>> callback) Create a new sourceKnowledgeApi.postKnowledgeSourcesWithHttpInfo(V3SourceCreateRequest body) Create a new sourceKnowledgeApi.putKnowledgeSource(ApiRequest<V3SourceUpdateRequest> request) Update the sourceKnowledgeApiAsync.putKnowledgeSourceAsync(PutKnowledgeSourceRequest request, AsyncApiCallback<V3SourceDetailedResponse> callback) Update the sourceKnowledgeApiAsync.putKnowledgeSourceAsync(ApiRequest<V3SourceUpdateRequest> request, AsyncApiCallback<ApiResponse<V3SourceDetailedResponse>> callback) Update the sourceKnowledgeApi.putKnowledgeSourceWithHttpInfo(String sourceId, V3SourceUpdateRequest body) Update the sourceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type V3SourceDetailedResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.postKnowledgeSourcesAsync(PostKnowledgeSourcesRequest request, AsyncApiCallback<V3SourceDetailedResponse> callback) Create a new sourceKnowledgeApiAsync.postKnowledgeSourcesAsync(ApiRequest<V3SourceCreateRequest> request, AsyncApiCallback<ApiResponse<V3SourceDetailedResponse>> callback) Create a new sourceKnowledgeApiAsync.putKnowledgeSourceAsync(PutKnowledgeSourceRequest request, AsyncApiCallback<V3SourceDetailedResponse> callback) Update the sourceKnowledgeApiAsync.putKnowledgeSourceAsync(ApiRequest<V3SourceUpdateRequest> request, AsyncApiCallback<ApiResponse<V3SourceDetailedResponse>> callback) Update the source -
Uses of V3SourceDetailedResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceDetailedResponseModifier and TypeMethodDescriptionV3SourceDetailedResponse.connectionId(String connectionId) The connectionId of the source.V3SourceDetailedResponse.createdBy(UserReference createdBy) The user who created the source.V3SourceDetailedResponse.dateCreated(Date dateCreated) Source creation date-time.V3SourceDetailedResponse.dateModified(Date dateModified) Source last modification date-time.V3SourceDetailedResponse.filterDetails(V3SourceFilterDetails filterDetails) Additional details to the source's filters.V3SourceDetailedResponse.filters(V3SourceFilter filters) Filters that determine what documents are synced.V3SourceDetailedResponse.lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.V3SourceDetailedResponse.modifiedBy(UserReference modifiedBy) The user who modified the document.The name of the source.V3SourceDetailedResponse.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.V3SourceDetailedResponse.status(V3SourceDetailedResponse.StatusEnum status) The current status of the source.V3SourceDetailedResponse.triggerType(V3SourceDetailedResponse.TriggerTypeEnum triggerType) The trigger type of the source.V3SourceDetailedResponse.type(V3SourceDetailedResponse.TypeEnum type) The type of the source.