Uses of Class
org.gbif.api.vocabulary.InstallationType
-
Packages that use InstallationType Package Description org.gbif.api.model.registry org.gbif.api.service.registry org.gbif.api.vocabulary -
-
Uses of InstallationType in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return InstallationType Modifier and Type Method Description @NotNull InstallationType
Installation. getType()
Methods in org.gbif.api.model.registry with parameters of type InstallationType Modifier and Type Method Description void
Installation. setType(InstallationType type)
-
Uses of InstallationType in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type InstallationType Modifier and Type Method Description PagingResponse<Installation>
InstallationService. listByType(InstallationType type, Pageable page)
Provides paging service to list installations filtered by a particular installation type. -
Uses of InstallationType in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return InstallationType Modifier and Type Method Description static InstallationType
InstallationType. fromString(String installationType)
static InstallationType
InstallationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstallationType[]
InstallationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-