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