Class ByProjectKeyExtensionsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyExtensionsByIDGet,Extension>
com.commercetools.api.client.ByProjectKeyExtensionsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyExtensionsByIDGet>, ErrorableTrait<ByProjectKeyExtensionsByIDGet>, ExpandableTrait<ByProjectKeyExtensionsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<Extension>, io.vrap.rmf.base.client.RequestCommand<Extension>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.extension.Extension>> result = apiRoot
            .withProjectKey("{projectKey}")
            .extensions()
            .withId("{ID}")
            .get()
            .execute()