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

io.sphere.sdk.models.Timestamped Maven / Gradle / Ivy

package io.sphere.sdk.models;

import org.joda.time.DateTime;

public interface Timestamped {
    DateTime getCreatedAt();

    DateTime getLastModifiedAt();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy