Uses of Class
org.gbif.api.model.collections.descriptors.DescriptorGroup
-
Packages that use DescriptorGroup Package Description org.gbif.api.model.collections.descriptors org.gbif.api.service.collections -
-
Uses of DescriptorGroup in org.gbif.api.model.collections.descriptors
Methods in org.gbif.api.model.collections.descriptors with parameters of type DescriptorGroup Modifier and Type Method Description booleanDescriptorGroup. lenientEquals(DescriptorGroup other) -
Uses of DescriptorGroup in org.gbif.api.service.collections
Methods in org.gbif.api.service.collections that return DescriptorGroup Modifier and Type Method Description DescriptorGroupDescriptorsService. getDescriptorGroup(@javax.validation.constraints.NotNull long key)Retrieves a descriptor group by its key.Methods in org.gbif.api.service.collections that return types with arguments of type DescriptorGroup Modifier and Type Method Description PagingResponse<DescriptorGroup>DescriptorsService. listDescriptorGroups(@NotNull UUID collectionKey, DescriptorGroupSearchRequest searchRequest)PagesDescriptorGroupentities based on the parameters received.
-