@Path(value="/freebusy/uids")
public interface IFreebusyUids
Modifier and Type | Field and Description |
---|---|
static int |
SIZE_OF_PREFFIX |
static java.lang.String |
TYPE |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
extractUserUid(java.lang.String freebusyContainerUid) |
static java.lang.String |
freebusyContainerUid(java.lang.String userUid)
Returns the default user freebusy UID
|
static java.lang.String |
getFreebusyContainerUid(java.lang.String userUid) |
static final java.lang.String TYPE
static final int SIZE_OF_PREFFIX
@GET @Path(value="{uid}/_default_freebusy") static java.lang.String freebusyContainerUid(@PathParam(value="uid") java.lang.String userUid)
userUid
- the User
UIDstatic java.lang.String getFreebusyContainerUid(java.lang.String userUid)
static java.lang.String extractUserUid(java.lang.String freebusyContainerUid)
Copyright © 2021. All Rights Reserved.