Uses of Enum Class
net.bluemind.directory.api.BaseDirEntry.AccountType
Packages that use BaseDirEntry.AccountType
-
Uses of BaseDirEntry.AccountType in net.bluemind.directory.api
Subclasses with type arguments of type BaseDirEntry.AccountType in net.bluemind.directory.apiModifier and TypeClassDescriptionstatic enumThe 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 functionalitiesFields in net.bluemind.directory.api declared as BaseDirEntry.AccountTypeModifier and TypeFieldDescriptionBaseDirEntry.accountTypeTheDirEntry'sBaseDirEntry.AccountTypetypeDirEntryQuery.accountTypeFilterFilter by Account TypeMethods in net.bluemind.directory.api that return BaseDirEntry.AccountTypeModifier and TypeMethodDescriptionstatic BaseDirEntry.AccountTypeReturns the enum constant of this class with the specified name.static BaseDirEntry.AccountType[]BaseDirEntry.AccountType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.directory.api with parameters of type BaseDirEntry.AccountTypeModifier and TypeMethodDescriptionstatic DirEntryDirEntry.create(String orgUnitUid, String path, BaseDirEntry.Kind kind, String entryUid, String displayName, String email, boolean hidden, boolean system, boolean archived, String dataLocation, BaseDirEntry.AccountType accountType) -
Uses of BaseDirEntry.AccountType in net.bluemind.user.api
Fields in net.bluemind.user.api declared as BaseDirEntry.AccountTypeMethods in net.bluemind.user.api with parameters of type BaseDirEntry.AccountTypeModifier and TypeMethodDescriptionvoidIUser.updateAccountType(String uid, BaseDirEntry.AccountType accountType) Modifies aUser'sinvalid reference
net.bluemind.directory.api.AccountTypevoidIUserAsync.updateAccountType(String uid, BaseDirEntry.AccountType accountType, AsyncHandler<Void> handler) IUserPromise.updateAccountType(String uid, BaseDirEntry.AccountType accountType)