Package org.gbif.api.model.metrics.cube
Class ReadBuilder
java.lang.Object
org.gbif.api.model.metrics.cube.ReadBuilder
Provides building of addresses for reading the cube. This class ensures the type safety of
dimensions as they are added to the builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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.build()
-
Constructor Details
-
ReadBuilder
public ReadBuilder()
-
-
Method Details
-
at
Adds an country type dimension to the address. -
at
Adds an language type dimension to the address. -
at
Adds an enumerated type dimension to the address. -
at
Adds a boolen typed dimension to the address. -
at
Adds a double typed dimension to the address. -
at
Adds a float typed dimension to the address. -
at
Adds an integer typed dimension to the address. -
at
Adds an String typed dimension to the address. -
at
Adds a UUID typed dimension to the address. -
build
- Returns:
- The built address.
-