Class BWSystem.SystemExportBroadCloudDataRequest

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

public static class BWSystem.SystemExportBroadCloudDataRequest extends Request<DefaultResponse>
Request to export all users that have BroadCloud services, such as user profile information and BroadCloud services related information for that user to a file so they can be uploaded to a Messaging Server/BroadCloud. 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

    • SystemExportBroadCloudDataRequest

      public SystemExportBroadCloudDataRequest()
    • SystemExportBroadCloudDataRequest

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