@Path(value="/todolists")
public interface ITodoLists
ITodoUids
on how to create the unique
UIDs.Modifier and Type | Method and Description |
---|---|
void |
create(java.lang.String uid,
ContainerDescriptor descriptor)
Create a todolist + auto-subscribe + set ALL necessary Access-Control-List
entries
|
void |
delete(java.lang.String uid)
Delete a Todolist and all containing
IVTodo s |
java.util.List<ItemContainerValue<VTodo>> |
search(TodoListsVTodoQuery query)
|
@PUT @Path(value="{uid}") void create(@PathParam(value="uid") java.lang.String uid, ContainerDescriptor descriptor) throws ServerFault
uid
- Unique UID according to ITodoUids
descriptor
- Todolist valuesServerFault
- common error object@DELETE @Path(value="{uid}") void delete(@PathParam(value="uid") java.lang.String uid) throws ServerFault
IVTodo
suid
- Unique UIDServerFault
- common error object@POST @Path(value="_search") java.util.List<ItemContainerValue<VTodo>> search(TodoListsVTodoQuery query) throws ServerFault
query
- TodoListsVTodoQuery
ListResult
of ItemValue
s containing VEvent
sServerFault
- common error objectCopyright © 2021. All Rights Reserved.