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

com.commercetools.history.client.ProjectScopedApiRoot Maven / Gradle / Ivy

There is a newer version: 17.15.1
Show newest version

package com.commercetools.history.client;

public interface ProjectScopedApiRoot {
    ByProjectKeyRequestBuilder with();

    ByProjectKeyGet get();

    ByProjectKeyByResourceTypeRequestBuilder withResourceTypeValue(String resourceType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy