Uses of Class
com.mypurecloud.sdk.v2.model.CaseCreate
Packages that use CaseCreate
Package
Description
-
Uses of CaseCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CaseCreateModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCases(CaseCreate body) Create a Case.CaseManagementApi.postCasemanagementCasesWithHttpInfo(CaseCreate body) Create a Case.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseCreateModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCases(ApiRequest<CaseCreate> request) Create a Case.CaseManagementApiAsync.postCasemanagementCasesAsync(ApiRequest<CaseCreate> request, AsyncApiCallback<ApiResponse<ModelCase>> callback) Create a Case. -
Uses of CaseCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CaseCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CaseCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CaseCreateModifier and TypeMethodDescriptionPostCasemanagementCasesRequest.builder(CaseCreate body) voidPostCasemanagementCasesRequest.setBody(CaseCreate body) PostCasemanagementCasesRequest.Builder.withBody(CaseCreate body) PostCasemanagementCasesRequest.withBody(CaseCreate body) PostCasemanagementCasesRequest.Builder.withRequiredParams(CaseCreate body) -
Uses of CaseCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseCreateModifier and TypeMethodDescriptionCaseCreate.caseplanId(String caseplanId) The ID of the Caseplan used to create the Case.CaseCreate.conversationId(String conversationId) The ID of the Conversation associated with the Case.CaseCreate.externalContactId(String externalContactId) The ID of the External Contact associated with the Case.The intake data for the Case.The ID of the owner of the Case.Overview information for the Case.CaseCreate.ttlSeconds(Integer ttlSeconds) Epoch timestamp in seconds for the Case time-to-live.CaseCreate.workitemId(String workitemId) The ID of the Workitem associated with the Case.