Uses of Class
nl.b3p.tailormap.api.viewer.model.FeaturesResponse
-
Packages that use FeaturesResponse Package Description nl.b3p.tailormap.api.viewer.model -
-
Uses of FeaturesResponse in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return FeaturesResponse Modifier and Type Method Description FeaturesResponseFeaturesResponse. addColumnMetadataItem(ColumnMetadata columnMetadataItem)FeaturesResponseFeaturesResponse. addFeaturesItem(Feature featuresItem)FeaturesResponseFeaturesResponse. columnMetadata(List<@Valid ColumnMetadata> columnMetadata)FeaturesResponseFeaturesResponse. features(List<@Valid Feature> features)FeaturesResponseFeaturesResponse. page(Integer page)FeaturesResponseFeaturesResponse. pageSize(Integer pageSize)FeaturesResponseFeaturesResponse. total(Integer total)
-