Package | Description |
---|---|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.customers.commands.updateactions |
Provides the possible operations which can be performed on update commands for customers.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationMode |
CustomerDraft.getAuthenticationMode() |
AuthenticationMode |
Customer.getAuthenticationMode() |
static AuthenticationMode |
AuthenticationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMode[] |
AuthenticationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationMode |
SetAuthenticationMode.getAuthMode() |
Modifier and Type | Method and Description |
---|---|
static SetAuthenticationMode |
SetAuthenticationMode.of(AuthenticationMode authMode,
String password) |