All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.siftscience.model.UpdateContentFieldSet Maven / Gradle / Ivy

There is a newer version: 3.17.1
Show newest version
package com.siftscience.model;

public abstract class UpdateContentFieldSet>
    extends BaseContentFieldSet {
    @Override
    public String getEventType() {
        return "$update_content";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy