Package | Description |
---|---|
org.gbif.api.model.collections | |
org.gbif.api.model.collections.request | |
org.gbif.api.vocabulary.collections |
Modifier and Type | Method and Description |
---|---|
List<CollectionContentType> |
Collection.getContentTypes()
Content type of the elements found in a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Collection.setContentTypes(List<CollectionContentType> contentTypes) |
Modifier and Type | Method and Description |
---|---|
List<CollectionContentType> |
CollectionSearchRequest.getContentTypes() |
Modifier and Type | Method and Description |
---|---|
CollectionSearchRequest.Builder |
CollectionSearchRequest.Builder.contentTypes(List<CollectionContentType> contentTypes) |
void |
CollectionSearchRequest.setContentTypes(List<CollectionContentType> contentTypes) |
Modifier and Type | Method and Description |
---|---|
static CollectionContentType |
CollectionContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionContentType[] |
CollectionContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.