Uses of Class
org.gbif.api.model.metrics.cube.ReadBuilder
Packages that use ReadBuilder
Package
Description
Provides the classes necessary to construct read only requests to well defined cubes.
-
Uses of ReadBuilder in org.gbif.api.model.metrics.cube
Methods in org.gbif.api.model.metrics.cube that return ReadBuilderModifier and TypeMethodDescriptionAdds an enumerated type dimension to the address.Adds a boolen typed dimension to the address.Adds a double typed dimension to the address.Adds a float typed dimension to the address.Adds an integer typed dimension to the address.Adds an String typed dimension to the address.Adds a UUID typed dimension to the address.Adds an country type dimension to the address.Adds an language type dimension to the address. -
Uses of ReadBuilder in org.gbif.api.service.metrics
Methods in org.gbif.api.service.metrics with parameters of type ReadBuilderModifier and TypeMethodDescriptionlong
CubeService.get
(ReadBuilder addressBuilder) Using the suppliedReadBuilder
to obtain the address, looks up the cube value.