Uses of Class
com.mypurecloud.sdk.v2.model.OutboundSettings
Packages that use OutboundSettings
Package
Description
-
Uses of OutboundSettings in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OutboundSettingsModifier and TypeMethodDescriptionOutboundApi.getOutboundSettings()Get the outbound settings for this organizationOutboundApi.getOutboundSettings(GetOutboundSettingsRequest request) Get the outbound settings for this organizationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OutboundSettingsModifier and TypeMethodDescriptionOutboundApi.getOutboundSettings(ApiRequest<Void> request) Get the outbound settings for this organizationOutboundApiAsync.getOutboundSettingsAsync(GetOutboundSettingsRequest request, AsyncApiCallback<OutboundSettings> callback) Get the outbound settings for this organizationOutboundApiAsync.getOutboundSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutboundSettings>> callback) Get the outbound settings for this organizationOutboundApi.getOutboundSettingsWithHttpInfo()Get the outbound settings for this organizationMethods in com.mypurecloud.sdk.v2.api with parameters of type OutboundSettingsModifier and TypeMethodDescriptionvoidOutboundApi.patchOutboundSettings(OutboundSettings body, Boolean useMaxCallsPerAgentDecimal) Update the outbound settings for this organizationOutboundApi.patchOutboundSettingsWithHttpInfo(OutboundSettings body, Boolean useMaxCallsPerAgentDecimal) Update the outbound settings for this organizationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutboundSettingsModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundSettingsAsync(GetOutboundSettingsRequest request, AsyncApiCallback<OutboundSettings> callback) Get the outbound settings for this organizationOutboundApiAsync.getOutboundSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutboundSettings>> callback) Get the outbound settings for this organizationOutboundApi.patchOutboundSettings(ApiRequest<OutboundSettings> request) Update the outbound settings for this organizationOutboundApiAsync.patchOutboundSettingsAsync(ApiRequest<OutboundSettings> request, AsyncApiCallback<ApiResponse<Void>> callback) Update the outbound settings for this organization -
Uses of OutboundSettings in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OutboundSettingsMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OutboundSettingsMethods in com.mypurecloud.sdk.v2.api.request with parameters of type OutboundSettingsModifier and TypeMethodDescriptionPatchOutboundSettingsRequest.builder(OutboundSettings body) voidPatchOutboundSettingsRequest.setBody(OutboundSettings body) PatchOutboundSettingsRequest.Builder.withBody(OutboundSettings body) PatchOutboundSettingsRequest.withBody(OutboundSettings body) PatchOutboundSettingsRequest.Builder.withRequiredParams(OutboundSettings body) -
Uses of OutboundSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutboundSettingsModifier and TypeMethodDescriptionOutboundSettings.abandonSeconds(Double abandonSeconds) The number of seconds used to determine if a call is abandonedOutboundSettings.automaticTimeZoneMapping(AutomaticTimeZoneMappingSettings automaticTimeZoneMapping) The settings for automatic time zone mapping.OutboundSettings.complianceAbandonRateDenominator(OutboundSettings.ComplianceAbandonRateDenominatorEnum complianceAbandonRateDenominator) The denominator to be used in determining the compliance abandon rateOutboundSettings.maxCallsPerAgent(Integer maxCallsPerAgent) The maximum number of calls that can be placed per agent on any campaignOutboundSettings.maxCallsPerAgentDecimal(Double maxCallsPerAgentDecimal) The maximum number of calls that can be placed per agent on any campaign with decimal precisionOutboundSettings.maxLineUtilization(Double maxLineUtilization) The maximum percentage of lines that should be used for Outbound, expressed as a decimal in the range [0.0, 1.0]OutboundSettings.rescheduleTimeZoneSkippedContacts(Boolean rescheduleTimeZoneSkippedContacts) Whether or not to reschedule time-zone blocked contactsRequired for updates, must match the version number of the most recent update