Class ByProjectKeyMeEmailConfirmPostString

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<ByProjectKeyMeEmailConfirmPostString,Customer>
com.commercetools.api.client.ByProjectKeyMeEmailConfirmPostString
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyMeEmailConfirmPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Customer>

public class ByProjectKeyMeEmailConfirmPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyMeEmailConfirmPostString,Customer> implements ErrorableTrait<ByProjectKeyMeEmailConfirmPostString>

This is the last step in the email verification process of a Customer.



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