io.sphere.sdk.orders.queries.SyncInfoQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.orders.queries;
import io.sphere.sdk.channels.Channel;
import io.sphere.sdk.queries.ReferenceQueryModel;
import io.sphere.sdk.queries.StringQuerySortingModel;
import io.sphere.sdk.queries.TimestampSortingModel;
public interface SyncInfoQueryModel {
ReferenceQueryModel channel();
StringQuerySortingModel externalId();
TimestampSortingModel syncedAt();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy