Class ByProjectKeyCustomersEmailConfirmPost

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

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

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(null)
            .execute()