Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceCreateRequest
Packages that use V3SourceCreateRequest
Package
Description
-
Uses of V3SourceCreateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type V3SourceCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSources(V3SourceCreateRequest body) Create a new sourceKnowledgeApi.postKnowledgeSourcesWithHttpInfo(V3SourceCreateRequest body) Create a new sourceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type V3SourceCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeSources(ApiRequest<V3SourceCreateRequest> request) Create a new sourceKnowledgeApiAsync.postKnowledgeSourcesAsync(ApiRequest<V3SourceCreateRequest> request, AsyncApiCallback<ApiResponse<V3SourceDetailedResponse>> callback) Create a new source -
Uses of V3SourceCreateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return V3SourceCreateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type V3SourceCreateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type V3SourceCreateRequestModifier and TypeMethodDescriptionPostKnowledgeSourcesRequest.builder(V3SourceCreateRequest body) voidPostKnowledgeSourcesRequest.setBody(V3SourceCreateRequest body) PostKnowledgeSourcesRequest.Builder.withBody(V3SourceCreateRequest body) PostKnowledgeSourcesRequest.withBody(V3SourceCreateRequest body) PostKnowledgeSourcesRequest.Builder.withRequiredParams(V3SourceCreateRequest body) -
Uses of V3SourceCreateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceCreateRequestModifier and TypeMethodDescriptionV3SourceCreateRequest.connectionId(String connectionId) The id of the connection related to the source.V3SourceCreateRequest.filters(V3SourceFilter filters) Filters that determine what documents are synced.The name of the source.V3SourceCreateRequest.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.V3SourceCreateRequest.triggerType(V3SourceCreateRequest.TriggerTypeEnum triggerType) The trigger type of the source.V3SourceCreateRequest.type(V3SourceCreateRequest.TypeEnum type) The type of the source.