Class CustomerSigninImpl

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

public class CustomerSigninImpl extends Object implements CustomerSignin, io.vrap.rmf.base.client.ModelBase
CustomerSignin
  • 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
     
    Identifies a Cart that will be assigned to the Customer.
    Deprecated.
    Set to MergeWithExistingCustomerCart if LineItems of the anonymous Cart should be merged with the active Customer Cart that has been modified most recently. Set to UseAsNewActiveCustomerCart if the anonymous Cart should be used as the new active Customer Cart and no LineItems are to be merged.
    If both anonymousCart and anonymousId are provided, the anonymousId on the CustomerSignin must match that of the anonymous Cart.
    Email address of the Customer treated as case-insensitive.
    Password of the Customer.
    If true, the LineItem Product data (name, variant, and productType) of the returned Cart will be updated. If false, only the prices, discounts, and tax rates will be updated.
    int
     
    void
    Identifies a Cart that will be assigned to the Customer.
    void
    setAnonymousCartId(String anonymousCartId)
    Deprecated.
    void
    Set to MergeWithExistingCustomerCart if LineItems of the anonymous Cart should be merged with the active Customer Cart that has been modified most recently. Set to UseAsNewActiveCustomerCart if the anonymous Cart should be used as the new active Customer Cart and no LineItems are to be merged.
    void
    setAnonymousId(String anonymousId)
    If both anonymousCart and anonymousId are provided, the anonymousId on the CustomerSignin must match that of the anonymous Cart.
    void
    Email address of the Customer treated as case-insensitive.
    void
    setPassword(String password)
    Password of the Customer.
    void
    setUpdateProductData(Boolean updateProductData)
    If true, the LineItem Product data (name, variant, and productType) of the returned Cart will be updated. If false, only the prices, discounts, and tax rates will be updated.

    Methods inherited from class java.lang.Object

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

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

    withCustomerSignin

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

    reflectionString, reflectionString