com.commercetools.history.client.ProjectScopedApiRoot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commercetools-sdk-java-history Show documentation
Show all versions of commercetools-sdk-java-history Show documentation
The e-commerce SDK from commercetools Composable Commerce for Java
package com.commercetools.history.client;
public interface ProjectScopedApiRoot {
ByProjectKeyRequestBuilder with();
ByProjectKeyGet get();
ByProjectKeyByResourceTypeRequestBuilder withResourceTypeValue(String resourceType);
}