Uses of Class
nl.b3p.tailormap.api.viewer.model.ColumnMetadata
-
Packages that use ColumnMetadata Package Description nl.b3p.tailormap.api.viewer.model -
-
Uses of ColumnMetadata in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return ColumnMetadata Modifier and Type Method Description ColumnMetadataColumnMetadata. alias(String alias)ColumnMetadataColumnMetadata. key(String key)ColumnMetadataColumnMetadata. type(TMAttributeType type)Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type ColumnMetadata Modifier and Type Method Description @NotNull @Valid List<@Valid ColumnMetadata>FeaturesResponse. getColumnMetadata()presentation metadataMethods in nl.b3p.tailormap.api.viewer.model with parameters of type ColumnMetadata Modifier and Type Method Description FeaturesResponseFeaturesResponse. addColumnMetadataItem(ColumnMetadata columnMetadataItem)Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type ColumnMetadata Modifier and Type Method Description FeaturesResponseFeaturesResponse. columnMetadata(List<@Valid ColumnMetadata> columnMetadata)voidFeaturesResponse. setColumnMetadata(List<@Valid ColumnMetadata> columnMetadata)
-