Package net.bluemind.directory.api
Class BaseDirEntry
java.lang.Object
net.bluemind.directory.api.BaseDirEntry
- Direct Known Subclasses:
DirEntry
Base data structure of all directory related entities
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The type of an account.
FULL represents an entity with all available applications (messaging, contact, agenda etc.)
SIMPLE represents an entity with limited access (no sharing) to the messaging application FULL_AND_VISIO represents an entity having advanced features to the video conferencing functionalitiesstatic enum
The kind of object the entry represents. -
Field Summary
Modifier and TypeFieldDescriptionTheDirEntry
'sBaseDirEntry.AccountType
typeUnique entry uidTheBaseDirEntry.Kind
of theDirEntry
-
Constructor Summary
-
Method Summary
-
Field Details
-
displayName
-
entryUid
Unique entry uid -
accountType
TheDirEntry
'sBaseDirEntry.AccountType
type -
kind
TheBaseDirEntry.Kind
of theDirEntry
-
-
Constructor Details
-
BaseDirEntry
public BaseDirEntry()
-
-
Method Details