io.sphere.sdk.models.CreationTimestamped Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.models;
import java.time.ZonedDateTime;
/**
* Interface for objects which have a timestamp for their creation time.
*/
public interface CreationTimestamped {
ZonedDateTime getCreatedAt();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy