public class BaseDirEntry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BaseDirEntry.AccountType
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 functionalities |
static class |
BaseDirEntry.Kind
The kind of object the entry represents.
|
Modifier and Type | Field and Description |
---|---|
BaseDirEntry.AccountType |
accountType
The
DirEntry 's BaseDirEntry.AccountType type |
java.lang.String |
displayName |
java.lang.String |
entryUid
Unique entry uid
|
BaseDirEntry.Kind |
kind
The
BaseDirEntry.Kind of the DirEntry |
Constructor and Description |
---|
BaseDirEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public java.lang.String displayName
public java.lang.String entryUid
public BaseDirEntry.AccountType accountType
DirEntry
's BaseDirEntry.AccountType
typepublic BaseDirEntry.Kind kind
BaseDirEntry.Kind
of the DirEntry
Copyright © 2023. All Rights Reserved.