Class NotificationApiResource
java.lang.Object
org.apache.fineract.notification.api.NotificationApiResource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotificationApiResource
public NotificationApiResource()
-
-
Method Details
-
getAllNotifications
@GET @Consumes("application/json") @Produces("application/json") public String getAllNotifications(@Context jakarta.ws.rs.core.UriInfo uriInfo, @QueryParam("orderBy") String orderBy, @QueryParam("limit") Integer limit, @QueryParam("offset") Integer offset, @QueryParam("sortOrder") String sortOrder, @QueryParam("isRead") boolean isRead) -
update
@PUT @Consumes("application/json") @Produces("application/json") public void update()
-