Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added id types
  • Loading branch information
muttcg committed Mar 10, 2020
1 parent f2626bf commit 30d31cc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/org/gbif/api/vocabulary/UserIdentifierType.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package org.gbif.api.vocabulary;

/**
* Enumeration for user identifiers like ORCID, WIKIDATA and etc
*/
public enum UserIdentifierType {

ORCID,
WIKIDATA,
OTHER

}

0 comments on commit 30d31cc

Please sign in to comment.