Uses of Class
com.mypurecloud.sdk.v2.model.ServiceNowSourceResponse
Packages that use ServiceNowSourceResponse
-
Uses of ServiceNowSourceResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ServiceNowSourceResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseSourcesServicenowSourceId(GetKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest request) Get ServiceNow Knowledge integration sourceKnowledgeApi.getKnowledgeKnowledgebaseSourcesServicenowSourceId(String knowledgeBaseId, String sourceId, List<String> expand) Get ServiceNow Knowledge integration sourceKnowledgeApi.putKnowledgeKnowledgebaseSourcesServicenowSourceId(PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest request) Update ServiceNow Knowledge integration sourceKnowledgeApi.putKnowledgeKnowledgebaseSourcesServicenowSourceId(String knowledgeBaseId, String sourceId, ServiceNowSourceRequest body) Update ServiceNow Knowledge integration sourceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ServiceNowSourceResponseModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseSourcesServicenowSourceId(ApiRequest<Void> request) Get ServiceNow Knowledge integration sourceKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(GetKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest request, AsyncApiCallback<ServiceNowSourceResponse> callback) Get ServiceNow Knowledge integration sourceKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ServiceNowSourceResponse>> callback) Get ServiceNow Knowledge integration sourceKnowledgeApi.getKnowledgeKnowledgebaseSourcesServicenowSourceIdWithHttpInfo(String knowledgeBaseId, String sourceId, List<String> expand) Get ServiceNow Knowledge integration sourceKnowledgeApi.putKnowledgeKnowledgebaseSourcesServicenowSourceId(ApiRequest<ServiceNowSourceRequest> request) Update ServiceNow Knowledge integration sourceKnowledgeApiAsync.putKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest request, AsyncApiCallback<ServiceNowSourceResponse> callback) Update ServiceNow Knowledge integration sourceKnowledgeApiAsync.putKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(ApiRequest<ServiceNowSourceRequest> request, AsyncApiCallback<ApiResponse<ServiceNowSourceResponse>> callback) Update ServiceNow Knowledge integration sourceKnowledgeApi.putKnowledgeKnowledgebaseSourcesServicenowSourceIdWithHttpInfo(String knowledgeBaseId, String sourceId, ServiceNowSourceRequest body) Update ServiceNow Knowledge integration sourceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ServiceNowSourceResponseModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(GetKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest request, AsyncApiCallback<ServiceNowSourceResponse> callback) Get ServiceNow Knowledge integration sourceKnowledgeApiAsync.getKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ServiceNowSourceResponse>> callback) Get ServiceNow Knowledge integration sourceKnowledgeApiAsync.putKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest request, AsyncApiCallback<ServiceNowSourceResponse> callback) Update ServiceNow Knowledge integration sourceKnowledgeApiAsync.putKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(ApiRequest<ServiceNowSourceRequest> request, AsyncApiCallback<ApiResponse<ServiceNowSourceResponse>> callback) Update ServiceNow Knowledge integration source -
Uses of ServiceNowSourceResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ServiceNowSourceResponseModifier and TypeMethodDescriptionServiceNowSourceResponse.dateCreated(Date dateCreated) Source creation date-time.ServiceNowSourceResponse.dateModified(Date dateModified) Source last modification date-time.ServiceNowSourceResponse.integration(KnowledgeIntegrationReference integration) The reference to the integration associated with the source.ServiceNowSourceResponse.lastSync(SourceLastSync lastSync) Additional information about the last synchronization of the source.Name of the source.ServiceNowSourceResponse.schedulePeriod(Integer schedulePeriod) The schedule period of the source in hours.ServiceNowSourceResponse.settings(ServiceNowSettings settings) The settings of the source.ServiceNowSourceResponse.type(ServiceNowSourceResponse.TypeEnum type) The source type.