Interface IMapiFolder
- All Superinterfaces:
IChangelogSupport, ICountingSupport, ICrudByIdSupport<MapiRawMessage>, IReadByIdSupport<MapiRawMessage>, ISortingSupport
@Path("/mapi_folder/{containerUid}")
public interface IMapiFolder
extends ICrudByIdSupport<MapiRawMessage>, IChangelogSupport, ICountingSupport, ISortingSupport
-
Method Summary
Methods inherited from interface IChangelogSupport
changeset, changesetById, filteredChangesetById, getVersionMethods inherited from interface ICountingSupport
countMethods inherited from interface ICrudByIdSupport
createById, deleteById, multipleDeleteById, multipleDeleteById, updateByIdMethods inherited from interface IReadByIdSupport
getCompleteById, multipleGetByIdMethods inherited from interface ISortingSupport
sortedIds, sortedUids
-
Method Details
-
reset
@POST @Path("_reset") void reset()
-