public class CalPrincipalInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
net.fortuna.ical4j.vcard.VCard |
card
As supplied
|
String |
defaultCalendarPath
Path to default calendar
|
String |
inboxPath
Path to inbox.
|
String |
notificationsPath |
String |
outboxPath
Path to outbox.
|
org.bedework.access.AccessPrincipal |
principal
As supplied
|
String |
userHomePath
Path to user home
|
| Constructor and Description |
|---|
CalPrincipalInfo(org.bedework.access.AccessPrincipal principal,
net.fortuna.ical4j.vcard.VCard card,
String cardStr,
String userHomePath,
String defaultCalendarPath,
String inboxPath,
String outboxPath,
String notificationsPath,
long quota) |
| Modifier and Type | Method and Description |
|---|---|
net.fortuna.ical4j.vcard.VCard |
getCard() |
String |
getCardStr() |
String |
getDisplayname() |
long |
getQuota() |
public org.bedework.access.AccessPrincipal principal
public net.fortuna.ical4j.vcard.VCard card
public String userHomePath
public String defaultCalendarPath
public String inboxPath
public String outboxPath
public String notificationsPath
public CalPrincipalInfo(org.bedework.access.AccessPrincipal principal,
net.fortuna.ical4j.vcard.VCard card,
String cardStr,
String userHomePath,
String defaultCalendarPath,
String inboxPath,
String outboxPath,
String notificationsPath,
long quota)
principal - this representsuserHomePath - pathdefaultCalendarPath - pathinboxPath - pathoutboxPath - pathnotificationsPath - pathquota - allowedpublic net.fortuna.ical4j.vcard.VCard getCard()
public String getCardStr()
public long getQuota()
public String getDisplayname() throws org.bedework.webdav.servlet.shared.WebdavException
org.bedework.webdav.servlet.shared.WebdavExceptionCopyright © 2018 Bedework. All rights reserved.