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

io.sphere.sdk.states.StateRole Maven / Gradle / Ivy

package io.sphere.sdk.states;

import com.fasterxml.jackson.annotation.JsonCreator;
import io.sphere.sdk.models.SphereEnumeration;

public enum StateRole implements SphereEnumeration {
    REVIEW_INCLUDED_IN_STATISTICS;

    @JsonCreator
    public static StateRole ofSphereValue(final String value) {
        return SphereEnumeration.findBySphereName(values(), value).get();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy