Uses of Class
com.mypurecloud.sdk.v2.model.CaseplanCreate
Packages that use CaseplanCreate
Package
Description
-
Uses of CaseplanCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CaseplanCreateModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCaseplans(CaseplanCreate body) Create a Caseplan.CaseManagementApi.postCasemanagementCaseplansWithHttpInfo(CaseplanCreate body) Create a Caseplan.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseplanCreateModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCaseplans(ApiRequest<CaseplanCreate> request) Create a Caseplan.CaseManagementApiAsync.postCasemanagementCaseplansAsync(ApiRequest<CaseplanCreate> request, AsyncApiCallback<ApiResponse<CaseplanCreateResponse>> callback) Create a Caseplan. -
Uses of CaseplanCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CaseplanCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CaseplanCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CaseplanCreateModifier and TypeMethodDescriptionPostCasemanagementCaseplansRequest.builder(CaseplanCreate body) voidPostCasemanagementCaseplansRequest.setBody(CaseplanCreate body) PostCasemanagementCaseplansRequest.Builder.withBody(CaseplanCreate body) PostCasemanagementCaseplansRequest.withBody(CaseplanCreate body) PostCasemanagementCaseplansRequest.Builder.withRequiredParams(CaseplanCreate body) -
Uses of CaseplanCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseplanCreateModifier and TypeMethodDescriptionCaseplanCreate.customerIntentId(String customerIntentId) The ID of the customer intent associated with this Caseplan.CaseplanCreate.dataSchemas(List<CaseplanDataSchema> dataSchemas) The schemas that define all data for Cases from this Caseplan.CaseplanCreate.defaultCaseOwnerId(String defaultCaseOwnerId) The ID of the default owner of a Case created from the Caseplan.CaseplanCreate.defaultDueDurationInSeconds(Integer defaultDueDurationInSeconds) The default due duration in seconds for Cases created from the Caseplan.CaseplanCreate.defaultTtlSeconds(Integer defaultTtlSeconds) The default TTL in seconds for Cases created from the Caseplan.CaseplanCreate.description(String description) The description of the Caseplan.CaseplanCreate.divisionId(String divisionId) The ID of the division the Caseplan belongs to.CaseplanCreate.intakeSettings(List<IntakeSetting> intakeSettings) The intake format when collecting data for a Case from this Caseplan.The name of the Caseplan.CaseplanCreate.referencePrefix(String referencePrefix) The prefix of the Caseplan reference.