Class BWSystem.SystemOCICallControlApplicationDeleteRequest

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

public static class BWSystem.SystemOCICallControlApplicationDeleteRequest extends Request<DefaultResponse>
Delete an entry from the OCI call control application list. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • applicationId

      @NotNull @Size(min=1, max=80) protected @NotNull @Size(min=1,max=80) String applicationId
  • Constructor Details

    • SystemOCICallControlApplicationDeleteRequest

      public SystemOCICallControlApplicationDeleteRequest()
    • SystemOCICallControlApplicationDeleteRequest

      public SystemOCICallControlApplicationDeleteRequest(BroadWorksServer broadWorksServer, String applicationId)
  • Method Details