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