Class ByProjectKeyStoresKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyStoresKeyByKeyPost,Store,StoreUpdate>
com.commercetools.api.client.ByProjectKeyStoresKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStoresKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyStoresKeyByKeyPost>, ErrorableTrait<ByProjectKeyStoresKeyByKeyPost>, ExpandableTrait<ByProjectKeyStoresKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<Store>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Store>, io.vrap.rmf.base.client.RequestCommand<Store>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.store.Store>> result = apiRoot
            .withProjectKey("{projectKey}")
            .stores()
            .withKey("{key}")
            .post(null)
            .execute()