Uses of Class
com.mypurecloud.sdk.v2.model.SyncStatusRequest
Packages that use SyncStatusRequest
Package
Description
-
Uses of SyncStatusRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SyncStatusRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseSynchronizeJob(String knowledgeBaseId, String syncJobId, SyncStatusRequest body) Update synchronization jobKnowledgeApi.patchKnowledgeKnowledgebaseSynchronizeJobWithHttpInfo(String knowledgeBaseId, String syncJobId, SyncStatusRequest body) Update synchronization jobMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SyncStatusRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseSynchronizeJob(ApiRequest<SyncStatusRequest> request) Update synchronization jobKnowledgeApiAsync.patchKnowledgeKnowledgebaseSynchronizeJobAsync(ApiRequest<SyncStatusRequest> request, AsyncApiCallback<ApiResponse<KnowledgeSyncJobResponse>> callback) Update synchronization job -
Uses of SyncStatusRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SyncStatusRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SyncStatusRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseSynchronizeJobRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SyncStatusRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseSynchronizeJobRequest.builder(String knowledgeBaseId, String syncJobId, SyncStatusRequest body) voidPatchKnowledgeKnowledgebaseSynchronizeJobRequest.setBody(SyncStatusRequest body) PatchKnowledgeKnowledgebaseSynchronizeJobRequest.Builder.withBody(SyncStatusRequest body) PatchKnowledgeKnowledgebaseSynchronizeJobRequest.withBody(SyncStatusRequest body) PatchKnowledgeKnowledgebaseSynchronizeJobRequest.Builder.withRequiredParams(String knowledgeBaseId, String syncJobId, SyncStatusRequest body) -
Uses of SyncStatusRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SyncStatusRequestModifier and TypeMethodDescriptionSyncStatusRequest.status(SyncStatusRequest.StatusEnum status) New status for an existing sync operation