Uses of Class
de.trustable.ca3s.core.service.dto.RequestProxyConfigView
-
Packages that use RequestProxyConfigView Package Description de.trustable.ca3s.core.web.rest.support -
-
Uses of RequestProxyConfigView in de.trustable.ca3s.core.web.rest.support
Methods in de.trustable.ca3s.core.web.rest.support that return types with arguments of type RequestProxyConfigView Modifier and Type Method Description List<RequestProxyConfigView>RequestProxyConfigAdministration. getAllRequestProxyConfig()GET /request-proxy-config: get all the requestProxyConfig.org.springframework.http.ResponseEntity<RequestProxyConfigView>RequestProxyConfigAdministration. getRequestProxyConfig(Long id)GET /request-proxy-config/:id: get the "id" requestProxyConfig.Methods in de.trustable.ca3s.core.web.rest.support with parameters of type RequestProxyConfigView Modifier and Type Method Description org.springframework.http.ResponseEntity<Void>RequestProxyConfigAdministration. createRequestProxyConfig(@Valid RequestProxyConfigView requestProxyConfigView)POST /request-proxy-config: Create a new requestProxyConfig.org.springframework.http.ResponseEntity<Void>RequestProxyConfigAdministration. updateRequestProxyConfigView(@Valid RequestProxyConfigView requestProxyConfigView)PUT /request-proxy-config: Updates an existing requestProxyConfig.
-