Uses of Class
com.mypurecloud.sdk.v2.model.CaseplanUpdate
Packages that use CaseplanUpdate
Package
Description
-
Uses of CaseplanUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CaseplanUpdateModifier and TypeMethodDescriptionCaseManagementApi.patchCasemanagementCaseplan(String caseplanId, CaseplanUpdate body) Update the attributes of a Caseplan.CaseManagementApi.patchCasemanagementCaseplanWithHttpInfo(String caseplanId, CaseplanUpdate body) Update the attributes of a Caseplan.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseplanUpdateModifier and TypeMethodDescriptionCaseManagementApi.patchCasemanagementCaseplan(ApiRequest<CaseplanUpdate> request) Update the attributes of a Caseplan.CaseManagementApiAsync.patchCasemanagementCaseplanAsync(ApiRequest<CaseplanUpdate> request, AsyncApiCallback<ApiResponse<Caseplan>> callback) Update the attributes of a Caseplan. -
Uses of CaseplanUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CaseplanUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CaseplanUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CaseplanUpdateModifier and TypeMethodDescriptionPatchCasemanagementCaseplanRequest.builder(String caseplanId, CaseplanUpdate body) voidPatchCasemanagementCaseplanRequest.setBody(CaseplanUpdate body) PatchCasemanagementCaseplanRequest.Builder.withBody(CaseplanUpdate body) PatchCasemanagementCaseplanRequest.withBody(CaseplanUpdate body) PatchCasemanagementCaseplanRequest.Builder.withRequiredParams(String caseplanId, CaseplanUpdate body) -
Uses of CaseplanUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseplanUpdateModifier and TypeMethodDescriptionCaseplanUpdate.customerIntentId(String customerIntentId) The ID of the customer intent associated with this Caseplan.CaseplanUpdate.defaultCaseOwnerId(String defaultCaseOwnerId) The ID of the default owner of a Case created from the Caseplan.CaseplanUpdate.defaultDueDurationInSeconds(Integer defaultDueDurationInSeconds) The default due duration in seconds for Cases created from the Caseplan.CaseplanUpdate.defaultTtlSeconds(Integer defaultTtlSeconds) The default TTL in seconds for Cases created from the Caseplan.CaseplanUpdate.description(String description) The description of the Caseplan.CaseplanUpdate.divisionId(String divisionId) The ID of the division the Caseplan belongs to.The name of the Caseplan.CaseplanUpdate.referencePrefix(String referencePrefix) The reference of the Caseplan.