Enum Constant and Description |
---|
ADDRESSBOOK
Root for user addressbooks.
|
APNS |
CALENDAR
Root for a
User calendars. |
DROPBOX
Endpoint for dropping event attachments
|
FREEBUSY |
NOTIFICATIONS |
PRINCIPAL
User principal, the first group is the
User uid |
PRINCIPAL_CAL_PROXY_RW |
PRINCIPALS_COL |
ROOT |
SCHEDULE_INBOX |
SCHEDULE_OUTBOX |
VCARD
A contact or dlist vcard.
|
VCARDS_CONTAINER |
VEVENT_DROPBOX |
VSTUFF
A
VEvent in a user's default calendar. |
VSTUFF_CONTAINER
A
User default calendar. |
Modifier and Type | Method and Description |
---|---|
DavResource |
from(java.lang.String path,
LoggedCore lc) |
boolean |
isCalChild() |
java.util.regex.Matcher |
matcher(java.lang.CharSequence url) |
static ResType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResType ROOT
public static final ResType APNS
public static final ResType PRINCIPALS_COL
public static final ResType PRINCIPAL_CAL_PROXY_RW
public static final ResType CALENDAR
User
calendars. the first group is the {User} uid.public static final ResType SCHEDULE_INBOX
public static final ResType SCHEDULE_OUTBOX
public static final ResType VSTUFF_CONTAINER
User
default calendar. The first group is the user's uid.public static final ResType DROPBOX
public static final ResType VEVENT_DROPBOX
public static final ResType NOTIFICATIONS
public static final ResType FREEBUSY
public static final ResType ADDRESSBOOK
User
uid.public static final ResType VCARDS_CONTAINER
public static final ResType VCARD
User
uid.
Second group is the uid of the addressbook ContainerDescriptor
.
Shird group is the uid of the contactpublic static ResType[] values()
for (ResType c : ResType.values()) System.out.println(c);
public static ResType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.util.regex.Matcher matcher(java.lang.CharSequence url)
public boolean isCalChild()
public DavResource from(java.lang.String path, LoggedCore lc)
Copyright © 2021. All Rights Reserved.