Webhook

public Webhook Webhook(    @Json(name = "id") String id,     @Json(name = "callback_url") String callbackUrl,     @Json(name = "trigger_types") List<WebhookTriggers> triggerTypes,     @Json(name = "status") WebhookStatus status,     @Json(name = "status_updated_at") Long statusUpdatedAt,     @Json(name = "created_at") Long createdAt,     @Json(name = "updated_at") String updatedAt,     @Json(name = "description") String description,     @Json(name = "notification_email_address") String notificationEmailAddress)