Uses of Class
com.mypurecloud.sdk.v2.model.CaseplanCreateResponse
Packages that use CaseplanCreateResponse
-
Uses of CaseplanCreateResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CaseplanCreateResponseModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCaseplans(PostCasemanagementCaseplansRequest request) Create a Caseplan.CaseManagementApi.postCasemanagementCaseplans(CaseplanCreate body) Create a Caseplan.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CaseplanCreateResponseModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCaseplans(ApiRequest<CaseplanCreate> request) Create a Caseplan.CaseManagementApiAsync.postCasemanagementCaseplansAsync(PostCasemanagementCaseplansRequest request, AsyncApiCallback<CaseplanCreateResponse> callback) Create a Caseplan.CaseManagementApiAsync.postCasemanagementCaseplansAsync(ApiRequest<CaseplanCreate> request, AsyncApiCallback<ApiResponse<CaseplanCreateResponse>> callback) Create a Caseplan.CaseManagementApi.postCasemanagementCaseplansWithHttpInfo(CaseplanCreate body) Create a Caseplan.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseplanCreateResponseModifier and TypeMethodDescriptionCaseManagementApiAsync.postCasemanagementCaseplansAsync(PostCasemanagementCaseplansRequest request, AsyncApiCallback<CaseplanCreateResponse> callback) Create a Caseplan.CaseManagementApiAsync.postCasemanagementCaseplansAsync(ApiRequest<CaseplanCreate> request, AsyncApiCallback<ApiResponse<CaseplanCreateResponse>> callback) Create a Caseplan. -
Uses of CaseplanCreateResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseplanCreateResponseModifier and TypeMethodDescriptionCaseplanCreateResponse.customerIntent(CustomerIntentReference customerIntent) The customer intent for Cases created from this Caseplan.CaseplanCreateResponse.dataSchemas(List<CaseplanDataSchema> dataSchemas) The schemas that define all data for Cases from this Caseplan.CaseplanCreateResponse.dateCreated(Date dateCreated) The Caseplan creation date.CaseplanCreateResponse.dateModified(Date dateModified) The Caseplan modification date.CaseplanCreateResponse.datePublished(Date datePublished) The Caseplan publication date.CaseplanCreateResponse.defaultCaseOwner(UserReference defaultCaseOwner) The default Case owner for Cases created from the Caseplan.CaseplanCreateResponse.defaultDueDurationInSeconds(Integer defaultDueDurationInSeconds) The default due duration in seconds for Cases created from the Caseplan.CaseplanCreateResponse.defaultTtlSeconds(Integer defaultTtlSeconds) The default TTL in seconds for Cases created from the Caseplan.CaseplanCreateResponse.description(String description) The description of the Caseplan.CaseplanCreateResponse.division(StarrableDivision division) The division to which this entity belongs.CaseplanCreateResponse.intakeSettings(List<IntakeSetting> intakeSettings) The intake format when collecting data for a Case from this Caseplan.The latest version of the Caseplan.CaseplanCreateResponse.modifiedBy(UserReference modifiedBy) The ID of the User who modified the Caseplan.The name of the Caseplan.The published version of the Caseplan.CaseplanCreateResponse.referencePrefix(String referencePrefix) The prefix used when creating the reference for Cases from the Caseplan.CaseplanCreateResponse.versionState(CaseplanCreateResponse.VersionStateEnum versionState) The version state of the Caseplan.