Class User.PlaceModifyRequest

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

public static class User.PlaceModifyRequest extends Request<DefaultResponse>
Request to configure a WebEx room/place to have the primary endpoint of WebEx Teams device. placeUserId refers to a WebEx room/place. webExSIPAddress specifies the WebEx SIP address of the place. The format of this parameter is: user@domain. The user part specified in webExSIPAddress will be set to the lineport of the place’s primary endpoint. The endpoint will have a static address with URI set to "sip:user@domain". The domain specified in webExSIPAddress will be: - added to the system if it does not exist yet. - assigned to the service provider/enterprise which the place belongs to, if it has not been assigned yet. - assigned to the group which the place belongs to, if it has not been assigned yet. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • placeUserId

      @NotNull @Size(min=1, max=161) protected @NotNull @Size(min=1,max=161) String placeUserId
    • webExSIPAddress

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

    • PlaceModifyRequest

      public PlaceModifyRequest()
    • PlaceModifyRequest

      public PlaceModifyRequest(BroadWorksServer broadWorksServer, String placeUserId)
  • Method Details