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 TypeMethodDescriptionvoidclose()static ProjectApiRootfromClient(String projectKey, io.vrap.rmf.base.client.ApiHttpClient apiHttpClient) get()static ProjectApiRootwith()withProjectKey(String projectKey) withResourceTypeValue(String resourceType)
-
Method Details
-
of
-
fromClient
public static ProjectApiRoot fromClient(String projectKey, io.vrap.rmf.base.client.ApiHttpClient apiHttpClient) -
with
- Specified by:
within interfaceProjectScopedApiRoot
-
withProjectKey
-
get
- Specified by:
getin interfaceProjectScopedApiRoot
-
withResourceTypeValue
- Specified by:
withResourceTypeValuein interfaceProjectScopedApiRoot
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-