Class ByProjectKeyStoresByIDPostString

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<ByProjectKeyStoresByIDPostString,Store>
com.commercetools.api.client.ByProjectKeyStoresByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStoresByIDPostString>, Deprecatable200Trait<ByProjectKeyStoresByIDPostString>, ErrorableTrait<ByProjectKeyStoresByIDPostString>, ExpandableTrait<ByProjectKeyStoresByIDPostString>, 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()
            .withId("{ID}")
            .post("")
            .execute()