Uses of Class
com.bytedesk.call.gateway.CallGatewayRequest
Packages that use CallGatewayRequest
Package
Description
Call Gateway Package
This package provides the gateway management functionality for Call integration.
-
Uses of CallGatewayRequest in com.bytedesk.call.gateway
Methods in com.bytedesk.call.gateway with parameters of type CallGatewayRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
CallGatewayRestController.create
(CallGatewayRequest request) 创建网关CallGatewayRestService.create
(CallGatewayRequest request) org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.createGateway
(@Valid CallGatewayRequest request) 创建网关protected org.springframework.data.jpa.domain.Specification<CallGatewayEntity>
CallGatewayRestService.createSpecification
(CallGatewayRequest request) org.springframework.http.ResponseEntity<?>
CallGatewayRestController.delete
(CallGatewayRequest request) 删除网关void
CallGatewayRestService.delete
(CallGatewayRequest request) CallGatewayRestController.export
(CallGatewayRequest request, jakarta.servlet.http.HttpServletResponse response) 导出网关列表org.springframework.http.ResponseEntity<JsonResult<CallGatewayResponse>>
CallGatewayRestController.query
(CallGatewayRequest request) 查询网关详情(兼容旧接口)org.springframework.http.ResponseEntity<?>
CallGatewayRestController.queryByOrg
(CallGatewayRequest request) 查询网关列表org.springframework.data.domain.Page<CallGatewayResponse>
CallGatewayRestService.queryByOrg
(CallGatewayRequest request) org.springframework.data.domain.Page<CallGatewayEntity>
CallGatewayRestService.queryByOrgEntity
(CallGatewayRequest request) org.springframework.http.ResponseEntity<?>
CallGatewayRestController.queryByUid
(CallGatewayRequest request) 根据uid查询网关详情org.springframework.http.ResponseEntity<?>
CallGatewayRestController.queryByUser
(CallGatewayRequest request) 查询网关列表org.springframework.data.domain.Page<CallGatewayResponse>
CallGatewayRestService.queryByUser
(CallGatewayRequest request) static org.springframework.data.jpa.domain.Specification<CallGatewayEntity>
CallGatewaySpecification.search
(CallGatewayRequest request, AuthService authService) 查询规格org.springframework.http.ResponseEntity<?>
CallGatewayRestController.update
(CallGatewayRequest request) 更新网关CallGatewayRestService.update
(CallGatewayRequest request) org.springframework.http.ResponseEntity<JsonResult<?>>
CallGatewayController.updateGateway
(Long id, @Valid CallGatewayRequest request) 更新网关