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

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy