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