Class BWSystem.SystemSystemVoicePortalDeleteRequest

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

public static class BWSystem.SystemSystemVoicePortalDeleteRequest extends Request<DefaultResponse>
Request to delete a system voice portal instance. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • systemVoicePortalId

      @NotNull @Size(min=1, max=161) protected @NotNull @Size(min=1,max=161) String systemVoicePortalId
  • Constructor Details

    • SystemSystemVoicePortalDeleteRequest

      public SystemSystemVoicePortalDeleteRequest()
    • SystemSystemVoicePortalDeleteRequest

      public SystemSystemVoicePortalDeleteRequest(BroadWorksServer broadWorksServer, String systemVoicePortalId)
  • Method Details