Uses of Class
com.mypurecloud.sdk.v2.model.IntakeSettingsUpdate
Packages that use IntakeSettingsUpdate
Package
Description
-
Uses of IntakeSettingsUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type IntakeSettingsUpdateModifier and TypeMethodDescriptionCaseManagementApi.putCasemanagementCaseplanIntakesettings(String caseplanId, IntakeSettingsUpdate body) Update the intake settings for a Caseplan.CaseManagementApi.putCasemanagementCaseplanIntakesettingsWithHttpInfo(String caseplanId, IntakeSettingsUpdate body) Update the intake settings for a Caseplan.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntakeSettingsUpdateModifier and TypeMethodDescriptionCaseManagementApi.putCasemanagementCaseplanIntakesettings(ApiRequest<IntakeSettingsUpdate> request) Update the intake settings for a Caseplan.CaseManagementApiAsync.putCasemanagementCaseplanIntakesettingsAsync(ApiRequest<IntakeSettingsUpdate> request, AsyncApiCallback<ApiResponse<IntakeSettingsListing>> callback) Update the intake settings for a Caseplan. -
Uses of IntakeSettingsUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IntakeSettingsUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IntakeSettingsUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type IntakeSettingsUpdateModifier and TypeMethodDescriptionPutCasemanagementCaseplanIntakesettingsRequest.builder(String caseplanId, IntakeSettingsUpdate body) voidPutCasemanagementCaseplanIntakesettingsRequest.setBody(IntakeSettingsUpdate body) PutCasemanagementCaseplanIntakesettingsRequest.Builder.withBody(IntakeSettingsUpdate body) PutCasemanagementCaseplanIntakesettingsRequest.withBody(IntakeSettingsUpdate body) PutCasemanagementCaseplanIntakesettingsRequest.Builder.withRequiredParams(String caseplanId, IntakeSettingsUpdate body) -
Uses of IntakeSettingsUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntakeSettingsUpdateModifier and TypeMethodDescriptionIntakeSettingsUpdate.intakeSettings(List<IntakeSetting> intakeSettings) The intake settings for the Caseplan.