
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