Class ByProjectKeyInStoreKeyByStoreKeyMeEmailConfirmPost

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

public class ByProjectKeyInStoreKeyByStoreKeyMeEmailConfirmPost extends io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyInStoreKeyByStoreKeyMeEmailConfirmPost,Customer,MyCustomerEmailVerify> implements ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyMeEmailConfirmPost>

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}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .me()
            .emailConfirm()
            .post(null)
            .execute()