Class LookupParams
java.lang.Object
org.gbif.api.model.collections.lookup.LookupParams
Holds the parameters that the collections lookup accepts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
int
hashCode()
boolean
void
setCollectionCode
(String collectionCode) void
setCollectionId
(String collectionId) void
setCountry
(Country country) void
setDatasetKey
(UUID datasetKey) void
setInstitutionCode
(String institutionCode) void
setInstitutionId
(String institutionId) void
setOwnerInstitutionCode
(String ownerInstitutionCode) void
setVerbose
(boolean verbose) toString()
-
Constructor Details
-
LookupParams
public LookupParams()
-
-
Method Details
-
getInstitutionCode
-
setInstitutionCode
-
getOwnerInstitutionCode
-
setOwnerInstitutionCode
-
getInstitutionId
-
setInstitutionId
-
getCollectionCode
-
setCollectionCode
-
getCollectionId
-
setCollectionId
-
getDatasetKey
-
setDatasetKey
-
getCountry
-
setCountry
-
isVerbose
-
setVerbose
-
containsInstitutionParams
-
containsCollectionParams
-
equals
-
hashCode
-
toString
-