Class ByProjectKeyStoresByIDPost

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



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