Uses of Enum Class
org.gbif.api.vocabulary.EndpointType
Packages that use EndpointType
Package
Description
Provides the classes necessary to construct read only requests to well defined cubes.
-
Uses of EndpointType in org.gbif.api.model.crawler
Methods in org.gbif.api.model.crawler that return EndpointTypeConstructors in org.gbif.api.model.crawler with parameters of type EndpointType -
Uses of EndpointType in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube with type parameters of type EndpointType -
Uses of EndpointType in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return EndpointTypeMethods in org.gbif.api.model.occurrence with parameters of type EndpointType -
Uses of EndpointType in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return EndpointTypeMethods in org.gbif.api.model.registry with parameters of type EndpointType -
Uses of EndpointType in org.gbif.api.util
Methods in org.gbif.api.util that return EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeVocabularyUtils.parseEndpointType(String type) -
Uses of EndpointType in org.gbif.api.util.comparators
Fields in org.gbif.api.util.comparators with type parameters of type EndpointTypeModifier and TypeFieldDescriptionstatic final List<EndpointType>EndpointPriorityComparator.PRIORITIES -
Uses of EndpointType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeEndpointType.fromString(String endpointType) static EndpointTypeReturns the enum constant of this class with the specified name.static EndpointType[]EndpointType.values()Returns an array containing the constants of this enum class, in the order they are declared.