Class BWSystem.SystemCountryCodeAddRequest

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

public static class BWSystem.SystemCountryCodeAddRequest extends Request<DefaultResponse>
Add a country code to the system. If ringPeriodMilliseconds is not specified, a default of 6000 milliseconds is assumed. If offHookWarningTimerSeconds is not specified, a default of 30 seconds is assumed. If enableNationalPrefix is not specified, a default of false is assumed. If nationalPrefix is not specified, a default of null string is assumed. If disableNationalPrefixForOffNetCalls is not specified, a default of false is assumed. The following elements are only used in AS data mode: disableNationalPrefixForOffNetCalls. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • countryCode

      @NotNull @Pattern(regexp="[0-9]|[1-9][0-9]{1,2}") @Size(max=3) protected @NotNull @Size(max=3) String countryCode
    • countryName

      @NotNull @Size(min=1, max=80) protected @NotNull @Size(min=1,max=80) String countryName
    • ringPeriodMilliseconds

      protected Integer ringPeriodMilliseconds
    • offHookWarningTimerSeconds

      protected Integer offHookWarningTimerSeconds
    • enableNationalPrefix

      protected Boolean enableNationalPrefix
    • nationalPrefix

      @Size(min=1, max=2) protected @Size(min=1,max=2) String nationalPrefix
    • maxCallWaitingTones

      protected Integer maxCallWaitingTones
    • timeBetweenCallWaitingTonesMilliseconds

      protected Integer timeBetweenCallWaitingTonesMilliseconds
    • disableNationalPrefixForOffNetCalls

      protected Boolean disableNationalPrefixForOffNetCalls
  • Constructor Details

    • SystemCountryCodeAddRequest

      public SystemCountryCodeAddRequest()
    • SystemCountryCodeAddRequest

      public SystemCountryCodeAddRequest(BroadWorksServer broadWorksServer, String countryCode, String countryName)
  • Method Details