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

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

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

public class LinkSessionToUserFieldSet extends
        EventsApiRequestFieldSet {
    public static LinkSessionToUserFieldSet fromJson(String json) {
        return gson.fromJson(json, LinkSessionToUserFieldSet.class);
    }

    @Override
    public String getEventType() {
        return "$link_session_to_user";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy