Class BWSystem.SystemSystemVoicePortalGetRequest

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

public static class BWSystem.SystemSystemVoicePortalGetRequest extends Request<BWSystem.SystemSystemVoicePortalGetResponse>
Request to get a system voice portal instance. The response is either SystemSystemVoicePortalGetResponse23 or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • systemVoicePortalId

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

    • SystemSystemVoicePortalGetRequest

      public SystemSystemVoicePortalGetRequest()
    • SystemSystemVoicePortalGetRequest

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