@NotThreadSafe public class ReadBuilder extends Object
Constructor and Description |
---|
ReadBuilder() |
Modifier and Type | Method and Description |
---|---|
ReadBuilder |
at(Dimension<? extends Enum<?>> dim,
Enum<?> value)
Adds an enumerated type dimension to the address.
|
ReadBuilder |
at(Dimension<Boolean> dim,
boolean value)
Adds a boolen typed dimension to the address.
|
ReadBuilder |
at(Dimension<Country> dim,
Country value)
Adds an country type dimension to the address.
|
ReadBuilder |
at(Dimension<Double> dim,
double value)
Adds a double typed dimension to the address.
|
ReadBuilder |
at(Dimension<Float> dim,
float value)
Adds a float typed dimension to the address.
|
ReadBuilder |
at(Dimension<Integer> dim,
int value)
Adds an integer typed dimension to the address.
|
ReadBuilder |
at(Dimension<Language> dim,
Language value)
Adds an language type dimension to the address.
|
ReadBuilder |
at(Dimension<String> dim,
String value)
Adds an String typed dimension to the address.
|
ReadBuilder |
at(Dimension<UUID> dim,
UUID value)
Adds a UUID typed dimension to the address.
|
Map<Dimension<?>,String> |
build() |
public ReadBuilder()
public ReadBuilder at(Dimension<Country> dim, Country value)
public ReadBuilder at(Dimension<Language> dim, Language value)
public ReadBuilder at(Dimension<? extends Enum<?>> dim, Enum<?> value)
public ReadBuilder at(Dimension<Boolean> dim, boolean value)
public ReadBuilder at(Dimension<Double> dim, double value)
public ReadBuilder at(Dimension<Float> dim, float value)
public ReadBuilder at(Dimension<Integer> dim, int value)
public ReadBuilder at(Dimension<String> dim, String value)
public ReadBuilder at(Dimension<UUID> dim, UUID value)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.