Class ByProjectKeyStoresPostString

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<ByProjectKeyStoresPostString,Store>
com.commercetools.api.client.ByProjectKeyStoresPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStoresPostString>, ErrorableTrait<ByProjectKeyStoresPostString>, ExpandableTrait<ByProjectKeyStoresPostString>, 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>

public class ByProjectKeyStoresPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyStoresPostString,Store> implements ExpandableTrait<ByProjectKeyStoresPostString>, Deprecatable201Trait<ByProjectKeyStoresPostString>, ErrorableTrait<ByProjectKeyStoresPostString>


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