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

io.sphere.sdk.products.ProductUpdateScope Maven / Gradle / Ivy

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

public enum ProductUpdateScope {
    STAGED_AND_CURRENT, ONLY_STAGED;

    public Boolean isOnlyStaged() {
        return this == ONLY_STAGED;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy