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

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