Class ByProjectKeyMeCartsPostString

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<ByProjectKeyMeCartsPostString,Cart>
com.commercetools.api.client.ByProjectKeyMeCartsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyMeCartsPostString>, ErrorableTrait<ByProjectKeyMeCartsPostString>, ExpandableTrait<ByProjectKeyMeCartsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Cart>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Cart>, io.vrap.rmf.base.client.RequestCommand<Cart>

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


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart.Cart>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .carts()
            .post("")
            .execute()