io.sphere.sdk.models.CreationTimestamped Maven / Gradle / Ivy
package io.sphere.sdk.models;
import java.time.ZonedDateTime;
public interface CreationTimestamped {
ZonedDateTime getCreatedAt();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy