Uses of Class
com.tencentcloudapi.lcic.v20220817.models.BatchCreateRoomRequest
-
Packages that use BatchCreateRoomRequest Package Description com.tencentcloudapi.lcic.v20220817 com.tencentcloudapi.lcic.v20220817.models -
-
Uses of BatchCreateRoomRequest in com.tencentcloudapi.lcic.v20220817
Methods in com.tencentcloudapi.lcic.v20220817 with parameters of type BatchCreateRoomRequest Modifier and Type Method Description BatchCreateRoomResponse
LcicClient. BatchCreateRoom(BatchCreateRoomRequest req)
批量创建房间接口 -
Uses of BatchCreateRoomRequest in com.tencentcloudapi.lcic.v20220817.models
Constructors in com.tencentcloudapi.lcic.v20220817.models with parameters of type BatchCreateRoomRequest Constructor Description BatchCreateRoomRequest(BatchCreateRoomRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-