Class CustomerEmailVerifyImpl

java.lang.Object
com.commercetools.api.models.customer.CustomerEmailVerifyImpl
All Implemented Interfaces:
CustomerEmailVerify, io.vrap.rmf.base.client.ModelBase

public class CustomerEmailVerifyImpl extends Object implements CustomerEmailVerify, io.vrap.rmf.base.client.ModelBase
CustomerEmailVerify
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Value of the token to verify Customer email.
    Expected version of the Customer.
    int
     
    void
    setTokenValue(String tokenValue)
    Value of the token to verify Customer email.
    void
    setVersion(Long version)
    Expected version of the Customer.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.commercetools.api.models.customer.CustomerEmailVerify

    withCustomerEmailVerify

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString
  • Constructor Details

    • CustomerEmailVerifyImpl

      public CustomerEmailVerifyImpl()
      create empty instance
  • Method Details