Class ByProjectKeyStoresKeyByKeyPostString

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<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyStoresKeyByKeyPostString,Store>
com.commercetools.api.client.ByProjectKeyStoresKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStoresKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyStoresKeyByKeyPostString>, ErrorableTrait<ByProjectKeyStoresKeyByKeyPostString>, ExpandableTrait<ByProjectKeyStoresKeyByKeyPostString>, 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("")
            .execute()