Package com.commercetools.history.client
Class ProjectApiRoot
java.lang.Object
com.commercetools.history.client.ProjectApiRoot
- All Implemented Interfaces:
ProjectScopedApiRoot
,Closeable
,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static ProjectApiRoot
fromClient
(String projectKey, ApiHttpClient apiHttpClient) get()
static ProjectApiRoot
with()
withProjectKey
(String projectKey) withResourceTypeValue
(String resourceType)
-
Method Details
-
of
-
fromClient
-
with
- Specified by:
with
in interfaceProjectScopedApiRoot
-
withProjectKey
-
get
- Specified by:
get
in interfaceProjectScopedApiRoot
-
withResourceTypeValue
- Specified by:
withResourceTypeValue
in interfaceProjectScopedApiRoot
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-