Class HookApiResource
java.lang.Object
org.apache.fineract.infrastructure.hooks.api.HookApiResource
@Path("/v1/hooks")
@Consumes("application/json")
@Produces("application/json")
@Component
public class HookApiResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHook(String apiRequestBodyAsJson) deleteHook(Long hookId) retrieveHook(Long hookId, jakarta.ws.rs.core.UriInfo uriInfo) retrieveHooks(jakarta.ws.rs.core.UriInfo uriInfo) template(jakarta.ws.rs.core.UriInfo uriInfo) updateHook(Long hookId, String apiRequestBodyAsJson)
-
Constructor Details
-
HookApiResource
public HookApiResource()
-
-
Method Details
-
retrieveHooks
-
retrieveHook
-
template
-
createHook
-
updateHook
-
deleteHook
-