@Path(value="/hook_events")
@Generated(value="org.openapitools.codegen.languages.JavaJAXRSSpecServerCodegen",
date="2019-06-07T11:22:17.425+02:00[Europe/Stockholm]")
public interface HookEventsApi
| Modifier and Type | Method and Description |
|---|---|
SubjectTypes |
hookEventsGet() |
PaginatedHookEvents |
hookEventsSubjectTypeGet(java.lang.String subjectType) |
@GET @Produces(value="application/json") SubjectTypes hookEventsGet()
@GET
@Path(value="/{subject_type}")
@Produces(value="application/json")
PaginatedHookEvents hookEventsSubjectTypeGet(@PathParam(value="subject_type")
java.lang.String subjectType)