Uses of Enum Class
org.tailormap.api.viewer.model.ViewerResponse.KindEnum
Packages that use ViewerResponse.KindEnum
-
Uses of ViewerResponse.KindEnum in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return ViewerResponse.KindEnumModifier and TypeMethodDescriptionAppRestControllerAdvice.populateViewerKind(jakarta.servlet.http.HttpServletRequest request) Methods in org.tailormap.api.controller with parameters of type ViewerResponse.KindEnumModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Serializable> IngestMetricsController.ingestMetric(Application app, ViewerResponse.KindEnum viewerKind, Set<String> appLayerIds, String allowedMetric) Ingests a metric for the given application layers and viewer kind.AppRestControllerAdvice.populateApplication(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection) ViewerController.viewer(Application app, ViewerResponse.KindEnum viewerKind) -
Uses of ViewerResponse.KindEnum in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return ViewerResponse.KindEnumModifier and TypeMethodDescriptionstatic ViewerResponse.KindEnum@NotNull ViewerResponse.KindEnumViewerResponse.getKind()Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer.static ViewerResponse.KindEnumReturns the enum constant of this class with the specified name.static ViewerResponse.KindEnum[]ViewerResponse.KindEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.viewer.model with parameters of type ViewerResponse.KindEnumModifier and TypeMethodDescriptionViewerResponse.kind(ViewerResponse.KindEnum kind) voidViewerResponse.setKind(ViewerResponse.KindEnum kind)