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 |
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, FULL or SIMPLE |
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
type, FULL or SIMPLEpublic BaseDirEntry.Kind kind
BaseDirEntry.Kind
of the DirEntry
Copyright © 2021. All Rights Reserved.