Uses of Annotation Interface
overit.geocall.base.rs2.config.annotations.ConfigurationUpdateApiResponse
Packages that use ConfigurationUpdateApiResponse
-
Uses of ConfigurationUpdateApiResponse in overit.geocall.base.rs2.config
Methods in overit.geocall.base.rs2.config with annotations of type ConfigurationUpdateApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchSystemEditableConfigurations(List<String> filters, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchTenantConstraintsConfigurations(List<String> filters, long tenantId, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchTenantEditableConfigurations(List<String> filters, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putSystemEditableConfigurations(String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putTenantConstraintsConfigurations(long tenantId, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putTenantEditableConfigurations(String body)