Uses of Class
com.mypurecloud.sdk.v2.model.ServiceNowSourceRequest
Packages that use ServiceNowSourceRequest
Package
Description
-
Uses of ServiceNowSourceRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ServiceNowSourceRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseSourcesServicenow(String knowledgeBaseId, ServiceNowSourceRequest body) Create ServiceNow Knowledge integration sourceKnowledgeApi.postKnowledgeKnowledgebaseSourcesServicenowWithHttpInfo(String knowledgeBaseId, ServiceNowSourceRequest body) Create ServiceNow Knowledge integration sourceKnowledgeApi.putKnowledgeKnowledgebaseSourcesServicenowSourceId(String knowledgeBaseId, String sourceId, ServiceNowSourceRequest body) 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 ServiceNowSourceRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseSourcesServicenow(ApiRequest<ServiceNowSourceRequest> request) Create ServiceNow Knowledge integration sourceKnowledgeApiAsync.postKnowledgeKnowledgebaseSourcesServicenowAsync(ApiRequest<ServiceNowSourceRequest> request, AsyncApiCallback<ApiResponse<KnowledgeSyncJobResponse>> callback) Create ServiceNow Knowledge integration sourceKnowledgeApi.putKnowledgeKnowledgebaseSourcesServicenowSourceId(ApiRequest<ServiceNowSourceRequest> request) Update ServiceNow Knowledge integration sourceKnowledgeApiAsync.putKnowledgeKnowledgebaseSourcesServicenowSourceIdAsync(ApiRequest<ServiceNowSourceRequest> request, AsyncApiCallback<ApiResponse<ServiceNowSourceResponse>> callback) Update ServiceNow Knowledge integration source -
Uses of ServiceNowSourceRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ServiceNowSourceRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseSourcesServicenowRequest.getBody()PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ServiceNowSourceRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseSourcesServicenowRequest.withHttpInfo()PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ServiceNowSourceRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseSourcesServicenowRequest.builder(String knowledgeBaseId, ServiceNowSourceRequest body) PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest.builder(String knowledgeBaseId, String sourceId, ServiceNowSourceRequest body) voidPostKnowledgeKnowledgebaseSourcesServicenowRequest.setBody(ServiceNowSourceRequest body) voidPutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest.setBody(ServiceNowSourceRequest body) PostKnowledgeKnowledgebaseSourcesServicenowRequest.Builder.withBody(ServiceNowSourceRequest body) PostKnowledgeKnowledgebaseSourcesServicenowRequest.withBody(ServiceNowSourceRequest body) PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest.Builder.withBody(ServiceNowSourceRequest body) PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest.withBody(ServiceNowSourceRequest body) PostKnowledgeKnowledgebaseSourcesServicenowRequest.Builder.withRequiredParams(String knowledgeBaseId, ServiceNowSourceRequest body) PutKnowledgeKnowledgebaseSourcesServicenowSourceIdRequest.Builder.withRequiredParams(String knowledgeBaseId, String sourceId, ServiceNowSourceRequest body) -
Uses of ServiceNowSourceRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ServiceNowSourceRequestModifier and TypeMethodDescriptionServiceNowSourceRequest.integrationId(String integrationId) The integration associated with the source.The name of the integration source.ServiceNowSourceRequest.schedulePeriod(Integer schedulePeriod) The schedule period of the source in hours.ServiceNowSourceRequest.settings(ServiceNowSettings settings) The settings of the source.