
io.sphere.sdk.selection.StoreSelectionRequestDsl Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.selection;
import javax.annotation.Nullable;
public interface StoreSelectionRequestDsl {
T withStoreSelection(@Nullable final StoreSelection storeSelection);
@Nullable
StoreSelection getStoreSelection();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy