Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static AnonymousCartSignInMode |
AnonymousCartSignInMode.ofSphereValue(String value) |
static AnonymousCartSignInMode |
AnonymousCartSignInMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnonymousCartSignInMode[] |
AnonymousCartSignInMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AnonymousCartSignInMode |
CustomerSignInCommand.getAnonymousCartSignInMode() |
AnonymousCartSignInMode |
CustomerInStoreSignInCommand.getAnonymousCartSignInMode() |
Modifier and Type | Method and Description |
---|---|
CustomerSignInCommand |
CustomerSignInCommand.withAnonymousCartSignInMode(AnonymousCartSignInMode anonymousCartSignInMode) |
CustomerInStoreSignInCommand |
CustomerInStoreSignInCommand.withAnonymousCartSignInMode(String storeKey,
AnonymousCartSignInMode anonymousCartSignInMode) |