Interface IDeleteByIdSupport

All Known Subinterfaces:
IAddressBook, ICalendar, IContainersFlatHierarchy, ICrudByIdSupport<T>, IInternalCalendar, IInternalContainersFlatHierarchy, IMailboxItems, IMapiFolder, INote, ITodoList

public interface IDeleteByIdSupport
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteById(long id)
     
  • Method Details

    • deleteById

      @DELETE @Path("id/{id}") void deleteById(@PathParam("id") long id)