You can buy this project and download/modify it how often you want.
package com.siftscience.model; public abstract class UpdateContentFieldSet> extends BaseContentFieldSet { @Override public String getEventType() { return "$update_content"; } }