Class ByProjectKeyCustomersEmailConfirmPostString

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

Verifying the email of the Customer produces the CustomerEmailVerified Message.



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