io.sphere.sdk.states.queries.StateEndpoint Maven / Gradle / Ivy
package io.sphere.sdk.states.queries;
import io.sphere.sdk.client.JsonEndpoint;
import io.sphere.sdk.states.State;
final class StateEndpoint {
static final JsonEndpoint ENDPOINT = JsonEndpoint.of(State.typeReference(), "/states");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy