Uses of Class
com.mypurecloud.sdk.v2.model.IntakeSettingsListing
Packages that use IntakeSettingsListing
-
Uses of IntakeSettingsListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IntakeSettingsListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionIntakesettings(GetCasemanagementCaseplanVersionIntakesettingsRequest request) Get the intake settings for a Caseplan version.CaseManagementApi.getCasemanagementCaseplanVersionIntakesettings(String caseplanId, String versionId) Get the intake settings for a Caseplan version.CaseManagementApi.putCasemanagementCaseplanIntakesettings(PutCasemanagementCaseplanIntakesettingsRequest request) Update the intake settings for a Caseplan.CaseManagementApi.putCasemanagementCaseplanIntakesettings(String caseplanId, IntakeSettingsUpdate body) Update the intake settings for a Caseplan.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type IntakeSettingsListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionIntakesettings(ApiRequest<Void> request) Get the intake settings for a Caseplan version.CaseManagementApiAsync.getCasemanagementCaseplanVersionIntakesettingsAsync(GetCasemanagementCaseplanVersionIntakesettingsRequest request, AsyncApiCallback<IntakeSettingsListing> callback) Get the intake settings for a Caseplan version.CaseManagementApiAsync.getCasemanagementCaseplanVersionIntakesettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntakeSettingsListing>> callback) Get the intake settings for a Caseplan version.CaseManagementApi.getCasemanagementCaseplanVersionIntakesettingsWithHttpInfo(String caseplanId, String versionId) Get the intake settings for a Caseplan version.CaseManagementApi.putCasemanagementCaseplanIntakesettings(ApiRequest<IntakeSettingsUpdate> request) Update the intake settings for a Caseplan.CaseManagementApiAsync.putCasemanagementCaseplanIntakesettingsAsync(PutCasemanagementCaseplanIntakesettingsRequest request, AsyncApiCallback<IntakeSettingsListing> callback) Update the intake settings for a Caseplan.CaseManagementApiAsync.putCasemanagementCaseplanIntakesettingsAsync(ApiRequest<IntakeSettingsUpdate> request, AsyncApiCallback<ApiResponse<IntakeSettingsListing>> callback) 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 IntakeSettingsListingModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseplanVersionIntakesettingsAsync(GetCasemanagementCaseplanVersionIntakesettingsRequest request, AsyncApiCallback<IntakeSettingsListing> callback) Get the intake settings for a Caseplan version.CaseManagementApiAsync.getCasemanagementCaseplanVersionIntakesettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntakeSettingsListing>> callback) Get the intake settings for a Caseplan version.CaseManagementApiAsync.putCasemanagementCaseplanIntakesettingsAsync(PutCasemanagementCaseplanIntakesettingsRequest request, AsyncApiCallback<IntakeSettingsListing> callback) 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 IntakeSettingsListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntakeSettingsListing