Package | Description |
---|---|
io.sphere.sdk.carts.commands.updateactions |
Provides the possible operations which can be performed on update commands for carts.
|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
io.sphere.sdk.customers.expansion |
Provides reference expansion models for customers.
|
io.sphere.sdk.customers.messages | |
io.sphere.sdk.customers.queries |
Provides types to retrieve the state of customers.
|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
io.sphere.sdk.orderedits.commands.stagedactions | |
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
io.sphere.sdk.payments |
Provides model classes and builders for payments.
|
io.sphere.sdk.payments.commands.updateactions |
Provides the possible operations which can be performed on update commands for payments.
|
io.sphere.sdk.payments.queries |
Provides types to retrieve the state of payments.
|
io.sphere.sdk.reviews |
Provides model classes and builders for reviews.
|
io.sphere.sdk.reviews.commands.updateactions |
Provides the possible operations which can be performed on update commands for reviews.
|
io.sphere.sdk.reviews.queries |
Provides types to retrieve the state of reviews.
|
io.sphere.sdk.shoppinglists |
Provides model classes and builders for shopping lists.
|
io.sphere.sdk.shoppinglists.commands.updateactions |
Provides the possible operations which can be performed on update commands for shopping list methods.
|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
Modifier and Type | Method and Description |
---|---|
static SetCustomerId |
SetCustomerId.ofCustomer(Referenceable<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
static CartByCustomerIdGet |
CartByCustomerIdGet.of(Identifiable<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerSignInResult.getCustomer() |
Modifier and Type | Method and Description |
---|---|
static Reference<Customer> |
Customer.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<Customer> |
Customer.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<Customer> |
Customer.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Modifier and Type | Method and Description |
---|---|
static CustomerCreateEmailTokenCommand |
CustomerCreateEmailTokenCommand.of(Identifiable<Customer> customer,
Integer timeToLiveInMinutes)
Creates a command object to create a token to verify a customer's email.
|
static CustomerInStoreCreateEmailTokenCommand |
CustomerInStoreCreateEmailTokenCommand.of(String storeKey,
Identifiable<Customer> customer,
Integer timeToLiveInMinutes)
Creates a command object to create a token to verify a customer's email.
|
static CustomerInStoreDeleteCommand |
CustomerInStoreDeleteCommand.of(String storeKey,
Versioned<Customer> versioned) |
static CustomerInStoreDeleteCommand |
CustomerInStoreDeleteCommand.of(String storeKey,
Versioned<Customer> versioned,
boolean eraseData) |
static CustomerDeleteCommand |
CustomerDeleteCommand.of(Versioned<Customer> versioned)
Creates a command object to delete a
Customer by ID. |
static CustomerDeleteCommand |
CustomerDeleteCommand.of(Versioned<Customer> versioned,
boolean eraseData)
Creates a command object to delete a
Customer by ID. |
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.of(Versioned<Customer> customer,
CustomerToken customerToken)
|
static CustomerPasswordResetCommand |
CustomerPasswordResetCommand.of(Versioned<Customer> customer,
CustomerToken token,
String newPassword)
Deprecated.
|
static CustomerUpdateCommand |
CustomerUpdateCommand.of(Versioned<Customer> versioned,
List<? extends UpdateAction<Customer>> updateActions)
Creates a command to update a Customer selected by its ID using several update actions.
|
static CustomerUpdateCommand |
CustomerUpdateCommand.of(Versioned<Customer> versioned,
List<? extends UpdateAction<Customer>> updateActions)
Creates a command to update a Customer selected by its ID using several update actions.
|
static CustomerVerifyEmailCommand |
CustomerVerifyEmailCommand.of(Versioned<Customer> customer,
String tokenValue)
|
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.of(Versioned<Customer> versioned,
String storeKey,
List<? extends UpdateAction<Customer>> updateActions) |
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.of(Versioned<Customer> versioned,
String storeKey,
List<? extends UpdateAction<Customer>> updateActions) |
static CustomerPasswordResetCommand |
CustomerPasswordResetCommand.of(Versioned<Customer> customer,
String tokenValue,
String newPassword)
Deprecated.
|
static CustomerChangePasswordCommand |
CustomerChangePasswordCommand.of(Versioned<Customer> customer,
String currentPassword,
String newPassword) |
static CustomerInStoreChangePasswordCommand |
CustomerInStoreChangePasswordCommand.of(Versioned<Customer> customer,
String storeKey,
String currentPassword,
String newPassword) |
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.of(Versioned<Customer> versioned,
String storeKey,
UpdateAction<Customer> updateAction,
UpdateAction<Customer>... updateActions) |
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.of(Versioned<Customer> versioned,
String storeKey,
UpdateAction<Customer> updateAction,
UpdateAction<Customer>... updateActions) |
static CustomerUpdateCommand |
CustomerUpdateCommand.of(Versioned<Customer> versioned,
UpdateAction<Customer> updateAction,
UpdateAction<Customer>... updateActions)
Creates a command to update a Customer selected by its ID using one update action.
|
static CustomerUpdateCommand |
CustomerUpdateCommand.of(Versioned<Customer> versioned,
UpdateAction<Customer> updateAction,
UpdateAction<Customer>... updateActions)
Creates a command to update a Customer selected by its ID using one update action.
|
static CustomerUpdateCommand |
CustomerUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<Customer>> updateActions)
Creates a command to update a Customer selected by its key using several update actions.
|
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
List<? extends UpdateAction<Customer>> updateActions) |
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
UpdateAction<Customer> updateAction) |
static CustomerUpdateCommand |
CustomerUpdateCommand.ofKey(String key,
Long version,
UpdateAction<Customer> updateAction)
Creates a command to update a Customer selected by its key using one update action.
|
Modifier and Type | Method and Description |
---|---|
static CustomerExpansionModel<Customer> |
CustomerExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerCreatedMessage.getCustomer()
Gets the Customer at creation time
|
Customer |
CustomerDeletedMessage.getCustomer()
Gets the Customer at creation time
|
Modifier and Type | Method and Description |
---|---|
StringCollectionQueryModel<Customer> |
CustomerQueryModel.billingAddressIds() |
ReferenceOptionalQueryModel<Customer,CustomerGroup> |
CustomerQueryModel.customerGroup() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.customerNumber() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.defaultBillingAddressId() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.defaultShippingAddressId() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.email() |
List<ExpansionPath<Customer>> |
CustomerInStoreByEmailTokenGet.expansionPaths() |
List<ExpansionPath<Customer>> |
CustomerByEmailTokenGet.expansionPaths() |
List<ExpansionPath<Customer>> |
CustomerInStoreByPasswordTokenGet.expansionPaths() |
List<ExpansionPath<Customer>> |
CustomerByPasswordTokenGet.expansionPaths() |
List<ExpansionPath<Customer>> |
CustomerByKeyGet.expansionPaths() |
List<ExpansionPath<Customer>> |
CustomerByIdGet.expansionPaths() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.externalId() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.firstName() |
BooleanQueryModel<Customer> |
CustomerQueryModel.isEmailVerified() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.key() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.lastName() |
LocaleQueryModel<Customer> |
CustomerQueryModel.locale() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.lowercaseEmail() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.middleName() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Customer>> |
CustomerInStoreQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Customer>> |
CustomerQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
StringQuerySortingModel<Customer> |
CustomerQueryModel.salutation() |
StringCollectionQueryModel<Customer> |
CustomerQueryModel.shippingAddressIds() |
StringQuerySortingModel<Customer> |
CustomerQueryModel.title() |
Modifier and Type | Method and Description |
---|---|
Reference<Customer> |
ClientLogging.getCustomer() |
Modifier and Type | Method and Description |
---|---|
static SetCustomerId |
SetCustomerId.ofCustomer(Referenceable<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
Reference<Customer> |
OrderCustomerSetMessage.getCustomer() |
Reference<Customer> |
OrderCustomerSetMessage.getOldCustomer() |
Modifier and Type | Method and Description |
---|---|
Reference<Customer> |
Payment.getCustomer() |
Reference<Customer> |
PaymentDraft.getCustomer() |
Reference<Customer> |
PaymentDraftBuilder.getCustomer() |
Reference<Customer> |
PaymentDraftDsl.getCustomer() |
Modifier and Type | Method and Description |
---|---|
PaymentDraftBuilder |
PaymentDraftBuilder.customer(Referenceable<Customer> customer)
Sets the
customer property of this builder. |
PaymentDraftDsl |
PaymentDraftDsl.withCustomer(Referenceable<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
Reference<Customer> |
SetCustomer.getCustomer() |
Modifier and Type | Method and Description |
---|---|
static SetCustomer |
SetCustomer.of(Referenceable<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Payment,Customer> |
PaymentQueryModel.customer() |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Customer> |
ReviewDraft.getCustomer() |
Reference<Customer> |
Review.getCustomer()
Gets the customer which created this review or null.
|
ResourceIdentifier<Customer> |
ReviewDraftDsl.getCustomer() |
Modifier and Type | Method and Description |
---|---|
ReviewDraftBuilder |
ReviewDraftBuilder.customer(ResourceIdentifiable<Customer> customer) |
ReviewDraftDsl |
ReviewDraftDsl.withCustomer(ResourceIdentifier<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Customer> |
SetCustomer.getCustomer() |
Modifier and Type | Method and Description |
---|---|
static SetCustomer |
SetCustomer.of(ResourceIdentifiable<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<Review,Customer> |
ReviewQueryModel.customer() |
Modifier and Type | Method and Description |
---|---|
Reference<Customer> |
ShoppingList.getCustomer() |
ResourceIdentifier<Customer> |
ShoppingListDraft.getCustomer() |
ResourceIdentifier<Customer> |
ShoppingListDraftDsl.getCustomer() |
Modifier and Type | Method and Description |
---|---|
ShoppingListDraftBuilder |
ShoppingListDraftBuilder.customer(Referenceable<Customer> customer) |
ShoppingListDraftDsl |
ShoppingListDraftDsl.withCustomer(ResourceIdentifier<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
ResourceIdentifier<Customer> |
SetCustomer.getCustomer() |
Modifier and Type | Method and Description |
---|---|
static SetCustomer |
SetCustomer.of(ResourceIdentifiable<Customer> customer) |
Modifier and Type | Method and Description |
---|---|
ReferenceOptionalQueryModel<ShoppingList,Customer> |
ShoppingListQueryModel.customer() |