Class ByProjectKeyMePost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyMePost,Customer,MyCustomerUpdate>
com.commercetools.api.client.ByProjectKeyMePost
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyMePost>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.RequestCommand<Customer>

public class ByProjectKeyMePost extends io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyMePost,Customer,MyCustomerUpdate> implements ErrorableTrait<ByProjectKeyMePost>


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .post(null)
            .execute()