Package | Description |
---|---|
org.gbif.api.model.collections | |
org.gbif.api.model.collections.request | |
org.gbif.api.vocabulary.collections |
Modifier and Type | Method and Description |
---|---|
MasterSourceType |
SourceableField.Source.getMasterSource() |
MasterSourceType |
Institution.getMasterSource() |
MasterSourceType |
CollectionEntity.getMasterSource()
Master source of the entity.
|
MasterSourceType |
Collection.getMasterSource() |
Modifier and Type | Method and Description |
---|---|
void |
SourceableField.Source.setMasterSource(MasterSourceType masterSource) |
void |
Institution.setMasterSource(MasterSourceType masterSource) |
void |
CollectionEntity.setMasterSource(MasterSourceType masterSource) |
void |
Collection.setMasterSource(MasterSourceType masterSource) |
Modifier and Type | Method and Description |
---|---|
MasterSourceType |
SearchRequest.getMasterSourceType() |
Modifier and Type | Method and Description |
---|---|
InstitutionSearchRequest.Builder |
InstitutionSearchRequest.Builder.masterSourceType(MasterSourceType masterSourceType) |
CollectionSearchRequest.Builder |
CollectionSearchRequest.Builder.masterSourceType(MasterSourceType masterSourceType) |
void |
SearchRequest.setMasterSourceType(MasterSourceType masterSourceType) |
Modifier and Type | Method and Description |
---|---|
static MasterSourceType |
MasterSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterSourceType[] |
MasterSourceType.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.