Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceUpdateRequest
Packages that use V3SourceUpdateRequest
Package
Description
-
Uses of V3SourceUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type V3SourceUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.putKnowledgeSource(String sourceId, V3SourceUpdateRequest body) Update the sourceKnowledgeApi.putKnowledgeSourceWithHttpInfo(String sourceId, V3SourceUpdateRequest body) Update the sourceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type V3SourceUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.putKnowledgeSource(ApiRequest<V3SourceUpdateRequest> request) Update the sourceKnowledgeApiAsync.putKnowledgeSourceAsync(ApiRequest<V3SourceUpdateRequest> request, AsyncApiCallback<ApiResponse<V3SourceDetailedResponse>> callback) Update the source -
Uses of V3SourceUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return V3SourceUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type V3SourceUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type V3SourceUpdateRequestModifier and TypeMethodDescriptionPutKnowledgeSourceRequest.builder(String sourceId, V3SourceUpdateRequest body) voidPutKnowledgeSourceRequest.setBody(V3SourceUpdateRequest body) PutKnowledgeSourceRequest.Builder.withBody(V3SourceUpdateRequest body) PutKnowledgeSourceRequest.withBody(V3SourceUpdateRequest body) PutKnowledgeSourceRequest.Builder.withRequiredParams(String sourceId, V3SourceUpdateRequest body) -
Uses of V3SourceUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceUpdateRequestModifier and TypeMethodDescriptionThe name of the source.V3SourceUpdateRequest.scheduleSettings(V3SourceScheduleSettings scheduleSettings) Settings that determine when the source starts a sync.V3SourceUpdateRequest.triggerType(V3SourceUpdateRequest.TriggerTypeEnum triggerType) The trigger type of the source.