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

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

The newest version!
package io.sphere.sdk.models;

import javax.annotation.Nullable;

public interface WithClientLogging {
    @Nullable
    LastModifiedBy getLastModifiedBy();
    @Nullable
    CreatedBy getCreatedBy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy