Class BWSystem.SystemExportAddressingDataRequest

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

public static class BWSystem.SystemExportAddressingDataRequest extends Request<DefaultResponse>
Request to export Application Server addressing data, such as DNs, extensions, alias and user ids to a file so they can be uploaded to a Network Server. In XS data mode, response is sent without waiting for completion. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • fileName

      @NotNull @Size(min=1) protected @NotNull @Size(min=1) String fileName
  • Constructor Details

    • SystemExportAddressingDataRequest

      public SystemExportAddressingDataRequest()
    • SystemExportAddressingDataRequest

      public SystemExportAddressingDataRequest(BroadWorksServer broadWorksServer, String fileName)
  • Method Details