Class ByProjectKeyStoresByIDGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.store.Store>> result = apiRoot
            .withProjectKey("{projectKey}")
            .stores()
            .withId("{ID}")
            .get()
            .execute()