Class FeatureTypeSettings
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.FeatureTypeSettings
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class FeatureTypeSettings extends Object implements SerializableFeatureTypeSettings- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureTypeSettings()
-
Method Summary
-
-
-
Method Detail
-
attributeOrder
public FeatureTypeSettings attributeOrder(List<String> attributeOrder)
-
addAttributeOrderItem
public FeatureTypeSettings addAttributeOrderItem(String attributeOrderItem)
-
getAttributeOrder
@NotNull public @NotNull List<String> getAttributeOrder()
Reordering of the attributes by attribute names. Attributes in the feature type that are not in this array should still be shown; either after the attribute that precedes the attribute in the original feature type attribute ordering or at the end.- Returns:
- attributeOrder
-
hideAttributes
public FeatureTypeSettings hideAttributes(List<String> hideAttributes)
-
addHideAttributesItem
public FeatureTypeSettings addHideAttributesItem(String hideAttributesItem)
-
getHideAttributes
@NotNull public @NotNull List<String> getHideAttributes()
List of attribute names that should be hidden in all viewers.- Returns:
- hideAttributes
-
readOnlyAttributes
public FeatureTypeSettings readOnlyAttributes(List<String> readOnlyAttributes)
-
addReadOnlyAttributesItem
public FeatureTypeSettings addReadOnlyAttributesItem(String readOnlyAttributesItem)
-
getReadOnlyAttributes
@NotNull public @NotNull List<String> getReadOnlyAttributes()
List of attribute names that are not editable.- Returns:
- readOnlyAttributes
-
attributeSettings
public FeatureTypeSettings attributeSettings(Map<String,AttributeSettings> attributeSettings)
-
putAttributeSettingsItem
public FeatureTypeSettings putAttributeSettingsItem(String key, AttributeSettings attributeSettingsItem)
-
getAttributeSettings
@NotNull @Valid public @NotNull @Valid Map<String,AttributeSettings> getAttributeSettings()
Map of attribute name to its' settings.- Returns:
- attributeSettings
-
setAttributeSettings
public void setAttributeSettings(Map<String,AttributeSettings> attributeSettings)
-
-