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

com.tenduke.events.api.model.data.OldUserNameFields Maven / Gradle / Ivy

Go to download

Objects and interfaces describing data communicated in the 10Duke Event Data system API

There is a newer version: 1.9.0
Show newest version
package com.tenduke.events.api.model.data;

import com.fasterxml.jackson.annotation.JsonInclude;

/**
 * Event data field for events that need old user name.
 * @author roope
 */
@JsonInclude(JsonInclude.Include.NON_NULL)
public interface OldUserNameFields {

    /**
     * Gets the old user name or email before the update.
     * @return The user name / email.
     */
    String getOldUserName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy