io.sphere.sdk.queries.ResourceQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.queries;
public interface ResourceQueryModel {
StringQuerySortingModel id();
TimestampSortingModel createdAt();
TimestampSortingModel lastModifiedAt();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy