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

com.tenduke.events.api.model.object.audit.Updated 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.object.audit;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.tenduke.events.api.model.data.ModifiedAuditFields;
import com.tenduke.events.api.model.data.ObjectFields;
import com.tenduke.events.api.model.data.RequestFields;
import com.tenduke.events.api.model.data.TimeFields;
import com.tenduke.events.api.model.data.UserIdFields;

/**
 * Resource updated.
 * @param  Type of the tracked resource.
 * @author jarkko
 */
@JsonInclude(JsonInclude.Include.NON_NULL)
public interface Updated extends
        TimeFields,
        RequestFields,
        UserIdFields,
        ObjectFields,
        ModifiedAuditFields {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy