Class CallCenter.GroupCallCenterModifyRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.GroupCallCenterModifyRequest
Enclosing class:
CallCenter

public static class CallCenter.GroupCallCenterModifyRequest extends Request<DefaultResponse>
Modify the group level data associated with Call Center and the active status of Call Center instances. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode and ignored in XS data mode: useSystemDefaultUnavailableSettings forceAgentUnavailableOnDNDActivation forceAgentUnavailableOnPersonalCalls forceAgentUnavailableOnBouncedCallLimit numberConsecutiveBouncedCallsToForceAgentUnavailable forceAgentUnavailableOnNotReachable wrapUpDestination
Author:
AlpacaGenerator
  • Field Details

    • group

      @NotNull @Valid protected transient @NotNull @Valid Group group
    • useSystemDefaultGuardTimer

      protected Boolean useSystemDefaultGuardTimer
    • enableGuardTimer

      protected Boolean enableGuardTimer
    • guardTimerSeconds

      protected Integer guardTimerSeconds
    • useSystemDefaultUnavailableSettings

      protected Boolean useSystemDefaultUnavailableSettings
    • forceAgentUnavailableOnDNDActivation

      protected Boolean forceAgentUnavailableOnDNDActivation
    • forceAgentUnavailableOnPersonalCalls

      protected Boolean forceAgentUnavailableOnPersonalCalls
    • forceAgentUnavailableOnBouncedCallLimit

      protected Boolean forceAgentUnavailableOnBouncedCallLimit
    • numberConsecutiveBouncedCallsToForceAgentUnavailable

      protected Integer numberConsecutiveBouncedCallsToForceAgentUnavailable
    • forceAgentUnavailableOnNotReachable

      protected Boolean forceAgentUnavailableOnNotReachable
    • wrapUpDestination

      protected Optional<@Size(min=1,max=161) String> wrapUpDestination
  • Constructor Details

    • GroupCallCenterModifyRequest

      public GroupCallCenterModifyRequest()
    • GroupCallCenterModifyRequest

      public GroupCallCenterModifyRequest(Group group)
  • Method Details