Class ViewerResponse
java.lang.Object
org.tailormap.api.viewer.model.ViewerResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.20.0")
public class ViewerResponse
extends Object
implements Serializable
Basic viewer information
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKind of viewer; a 'service' viewer has layers from a single service combined with a base viewer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBaseAppsItem(String baseAppsItem) addComponentsItem(Component componentsItem) addFilterGroupsItem(FilterGroup filterGroupsItem) addProjectionsItem(String projectionsItem) components(List<@Valid Component> components) booleanfilterGroups(List<@Valid FilterGroup> filterGroups) Available base apps.Configured components (controls) for the viewer@Valid @Size(min=0) List<@Valid FilterGroup> List of filter groups to show in the application.@Valid AppI18nSettingsGet i18nSettings@NotNull ViewerResponse.KindEnumgetKind()Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer.@NotNull StringgetName()Get nameAvailable projections for this application.@NotNull @Valid AppStylingGet styling@NotNull StringgetTitle()Get title@Valid AppUiSettingsGet uiSettingsinthashCode()i18nSettings(AppI18nSettings i18nSettings) kind(ViewerResponse.KindEnum kind) projections(List<String> projections) voidsetBaseApps(List<String> baseApps) voidsetComponents(List<@Valid Component> components) voidsetFilterGroups(List<@Valid FilterGroup> filterGroups) voidsetI18nSettings(AppI18nSettings i18nSettings) voidvoidvoidsetProjections(List<String> projections) voidsetStyling(AppStyling styling) voidvoidsetUiSettings(AppUiSettings uiSettings) styling(AppStyling styling) toString()uiSettings(AppUiSettings uiSettings)
-
Constructor Details
-
ViewerResponse
public ViewerResponse()
-
-
Method Details
-
kind
-
getKind
Kind of viewer; a 'service' viewer has layers from a single service combined with a base viewer. A 'viewer' has content configured from various services.- Returns:
- kind
-
setKind
-
name
-
getName
-
setName
-
title
-
getTitle
-
setTitle
-
baseApps
-
addBaseAppsItem
-
getBaseApps
-
setBaseApps
-
i18nSettings
-
getI18nSettings
-
setI18nSettings
-
uiSettings
-
getUiSettings
-
setUiSettings
-
filterGroups
-
addFilterGroupsItem
-
getFilterGroups
List of filter groups to show in the application.- Returns:
- filterGroups
-
setFilterGroups
-
projections
-
addProjectionsItem
-
getProjections
-
setProjections
-
styling
-
getStyling
-
setStyling
-
components
-
addComponentsItem
-
getComponents
-
setComponents
-
equals
-
hashCode
-
toString
-