Uses of Class
com.bytedesk.call.gateway.CallGatewayResponse
Packages that use CallGatewayResponse
Package
Description
Call Gateway Package
This package provides the gateway management functionality for Call integration.
-
Uses of CallGatewayResponse in com.bytedesk.call.gateway
Methods in com.bytedesk.call.gateway that return CallGatewayResponseModifier and TypeMethodDescriptionCallGatewayRestService.convertToResponse
(CallGatewayEntity entity) CallGatewayRestService.create
(CallGatewayRequest request) static CallGatewayResponse
CallGatewayResponse.fromEntity
(CallGatewayEntity entity) 从实体创建响应对象static CallGatewayResponse
CallGatewayResponse.fromEntitySafe
(CallGatewayEntity entity) 从实体创建响应对象(隐藏密码)CallGatewayRestService.update
(CallGatewayRequest request) Methods in com.bytedesk.call.gateway that return types with arguments of type CallGatewayResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonResult<CallGatewayResponse>>
CallGatewayRestController.query
(CallGatewayRequest request) 查询网关详情(兼容旧接口)org.springframework.data.domain.Page<CallGatewayResponse>
CallGatewayRestService.queryByOrg
(CallGatewayRequest request) org.springframework.data.domain.Page<CallGatewayResponse>
CallGatewayRestService.queryByUser
(CallGatewayRequest request)