Uses of Class
com.mypurecloud.sdk.v2.model.CaseDateDueUpdate
Packages that use CaseDateDueUpdate
Package
Description
-
Uses of CaseDateDueUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CaseDateDueUpdateModifier and TypeMethodDescriptionCaseManagementApi.patchCasemanagementCaseDatedue(String caseId, CaseDateDueUpdate body) Update the due date of a Case.CaseManagementApi.patchCasemanagementCaseDatedueWithHttpInfo(String caseId, CaseDateDueUpdate body) Update the due date of a Case.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseDateDueUpdateModifier and TypeMethodDescriptionCaseManagementApi.patchCasemanagementCaseDatedue(ApiRequest<CaseDateDueUpdate> request) Update the due date of a Case.CaseManagementApiAsync.patchCasemanagementCaseDatedueAsync(ApiRequest<CaseDateDueUpdate> request, AsyncApiCallback<ApiResponse<ModelCase>> callback) Update the due date of a Case. -
Uses of CaseDateDueUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CaseDateDueUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CaseDateDueUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CaseDateDueUpdateModifier and TypeMethodDescriptionPatchCasemanagementCaseDatedueRequest.builder(String caseId, CaseDateDueUpdate body) voidPatchCasemanagementCaseDatedueRequest.setBody(CaseDateDueUpdate body) PatchCasemanagementCaseDatedueRequest.Builder.withBody(CaseDateDueUpdate body) PatchCasemanagementCaseDatedueRequest.withBody(CaseDateDueUpdate body) PatchCasemanagementCaseDatedueRequest.Builder.withRequiredParams(String caseId, CaseDateDueUpdate body) -
Uses of CaseDateDueUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseDateDueUpdateModifier and TypeMethodDescriptionThe due date of the Case.