Class CallNotify.SystemCallNotifyModifyRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.CallNotify.SystemCallNotifyModifyRequest
Enclosing class:
CallNotify

public static class CallNotify.SystemCallNotifyModifyRequest extends Request<DefaultResponse>
Modify the system level data associated with Call Notify. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • defaultFromAddress

      @Size(min=1, max=80) protected @Size(min=1,max=80) String defaultFromAddress
    • useShortSubjectLine

      protected Boolean useShortSubjectLine
    • useDnInMailBody

      protected Boolean useDnInMailBody
  • Constructor Details

    • SystemCallNotifyModifyRequest

      public SystemCallNotifyModifyRequest()
    • SystemCallNotifyModifyRequest

      public SystemCallNotifyModifyRequest(BroadWorksServer broadWorksServer)
  • Method Details