Interface IDeleteByIdSupport
- All Known Subinterfaces:
IAddressBook, ICalendar, IContainersFlatHierarchy, ICrudByIdSupport<T>, IInternalCalendar, IInternalContainersFlatHierarchy, IMailboxItems, IMapiFolder, INote, ITodoList
public interface IDeleteByIdSupport
-
Method Summary
-
Method Details
-
deleteById
@DELETE @Path("id/{id}") void deleteById(@PathParam("id") long id)
-