Class VocabularyPermId
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectPermId
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.id.VocabularyPermId
- All Implemented Interfaces:
IObjectId,IVocabularyId,Serializable
@JsonObject("as.dto.vocabulary.id.VocabularyPermId")
public class VocabularyPermId
extends ObjectPermId
implements IVocabularyId
Vocabulary perm id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.id.ObjectPermId
equals, getPermId, hashCode, toString
-
Constructor Details
-
VocabularyPermId
- Parameters:
permId- Vocabulary perm id, e.g. "MY_VOCABULARY".
-