Uses of Class
org.gbif.api.model.registry.search.OrganizationRequestSearchParams
-
Packages that use OrganizationRequestSearchParams Package Description org.gbif.api.service.registry -
-
Uses of OrganizationRequestSearchParams in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry with parameters of type OrganizationRequestSearchParams Modifier and Type Method Description PagingResponse<Organization>
OrganizationService. list(OrganizationRequestSearchParams searchParams)
Provides paging service to list organizations that can be filtered by multiple parameters.PagingResponse<Organization>
OrganizationService. listDeleted(OrganizationRequestSearchParams searchParams)
Provides access to deleted organizations.org.geojson.FeatureCollection
OrganizationService. listGeoJson(OrganizationRequestSearchParams request)
Lists the organizations in GeoJson format.
-