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 TypeMethodDescriptionbooleanbooleanbooleaninthashCode()booleanvoidsetCollectionCode(String collectionCode) voidsetCollectionId(String collectionId) voidsetCountry(Country country) voidsetDatasetKey(UUID datasetKey) voidsetInstitutionCode(String institutionCode) voidsetInstitutionId(String institutionId) voidsetOwnerInstitutionCode(String ownerInstitutionCode) voidsetVerbose(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
-