Class WebHookRestEntity
java.lang.Object
io.meeds.github.gamification.rest.model.WebHookRestEntity
-
Constructor Summary
ConstructorsConstructorDescriptionWebHookRestEntity(long id, long webhookId, long organizationId, List<String> triggers, boolean enabled, String watchedDate, String watchedBy, String updatedDate, String refreshDate, String name, String title, String description, String avatarUrl, boolean watchScopeLimited, TokenStatus tokenStatus) -
Method Summary
-
Constructor Details
-
WebHookRestEntity
public WebHookRestEntity(long id, long webhookId, long organizationId, List<String> triggers, boolean enabled, String watchedDate, String watchedBy, String updatedDate, String refreshDate, String name, String title, String description, String avatarUrl, boolean watchScopeLimited, TokenStatus tokenStatus)
-