- camelCase(String) - Static method in class io.sphere.internal.util.Ext
-
- cancel(boolean) - Method in class io.sphere.internal.ListenableFutureAdapter
-
- capAll(Object) - Static method in class io.sphere.internal.util.Ext
-
- capFirst(Object) - Static method in class io.sphere.internal.util.Ext
-
- capitalizeWords(String) - Static method in class io.sphere.internal.util.Ext
-
- Cart - Class in io.sphere.client.shop.model
-
A cart that exists in the backend.
- Cart(String, int) - Constructor for class io.sphere.client.shop.model.Cart
-
- Cart.CartState - Enum in io.sphere.client.shop.model
-
Describes the state of a
Cart
.
- Cart.InventoryMode - Enum in io.sphere.client.shop.model
-
Defines the cart behavior regarding inventory management.
- CART_CURRENCY - Static variable in class io.sphere.client.shop.ConfigurationKeys
-
- CART_INVENTORY_MODE - Static variable in class io.sphere.client.shop.ConfigurationKeys
-
- CartCommands - Class in io.sphere.internal.command
-
Commands issued against the HTTP endpoints for working with shopping carts.
- CartCommands() - Constructor for class io.sphere.internal.command.CartCommands
-
- CartCommands.AddCustomLineItem - Class in io.sphere.internal.command
-
- CartCommands.AddCustomLineItem(LocalizedString, Money, String, ReferenceId<TaxCategory>, int) - Constructor for class io.sphere.internal.command.CartCommands.AddCustomLineItem
-
- CartCommands.AddDiscountCode - Class in io.sphere.internal.command
-
- CartCommands.AddDiscountCode(String) - Constructor for class io.sphere.internal.command.CartCommands.AddDiscountCode
-
- CartCommands.AddLineItem - Class in io.sphere.internal.command
-
- CartCommands.AddLineItem(String, int, int) - Constructor for class io.sphere.internal.command.CartCommands.AddLineItem
-
- CartCommands.AddLineItem(String, int, int, String) - Constructor for class io.sphere.internal.command.CartCommands.AddLineItem
-
- CartCommands.AddLineItemFromMasterVariant - Class in io.sphere.internal.command
-
- CartCommands.AddLineItemFromMasterVariant(String, int, String) - Constructor for class io.sphere.internal.command.CartCommands.AddLineItemFromMasterVariant
-
- CartCommands.CartUpdateAction - Class in io.sphere.internal.command
-
- CartCommands.CartUpdateAction(String) - Constructor for class io.sphere.internal.command.CartCommands.CartUpdateAction
-
- CartCommands.ChangeLineItemQuantity - Class in io.sphere.internal.command
-
- CartCommands.ChangeLineItemQuantity(String, int) - Constructor for class io.sphere.internal.command.CartCommands.ChangeLineItemQuantity
-
- CartCommands.CreateCart - Class in io.sphere.internal.command
-
- CartCommands.CreateCart(Currency, String, CountryCode, Cart.InventoryMode) - Constructor for class io.sphere.internal.command.CartCommands.CreateCart
-
- CartCommands.DecreaseLineItemQuantity - Class in io.sphere.internal.command
-
- CartCommands.DecreaseLineItemQuantity(String, int) - Constructor for class io.sphere.internal.command.CartCommands.DecreaseLineItemQuantity
-
- CartCommands.LoginWithAnonymousCart - Class in io.sphere.internal.command
-
- CartCommands.LoginWithAnonymousCart(String, int, String, String) - Constructor for class io.sphere.internal.command.CartCommands.LoginWithAnonymousCart
-
- CartCommands.OrderCart - Class in io.sphere.internal.command
-
- CartCommands.OrderCart(String, int, PaymentState, Optional<String>) - Constructor for class io.sphere.internal.command.CartCommands.OrderCart
-
- CartCommands.RecalculateCartPrices - Class in io.sphere.internal.command
-
- CartCommands.RecalculateCartPrices() - Constructor for class io.sphere.internal.command.CartCommands.RecalculateCartPrices
-
- CartCommands.RemoveCustomLineItem - Class in io.sphere.internal.command
-
- CartCommands.RemoveCustomLineItem(String) - Constructor for class io.sphere.internal.command.CartCommands.RemoveCustomLineItem
-
- CartCommands.RemoveDiscountCode - Class in io.sphere.internal.command
-
- CartCommands.RemoveDiscountCode(Reference<DiscountCode>) - Constructor for class io.sphere.internal.command.CartCommands.RemoveDiscountCode
-
- CartCommands.RemoveLineItem - Class in io.sphere.internal.command
-
- CartCommands.RemoveLineItem(String) - Constructor for class io.sphere.internal.command.CartCommands.RemoveLineItem
-
- CartCommands.SetBillingAddress - Class in io.sphere.internal.command
-
- CartCommands.SetBillingAddress(Address) - Constructor for class io.sphere.internal.command.CartCommands.SetBillingAddress
-
- CartCommands.SetCountry - Class in io.sphere.internal.command
-
- CartCommands.SetCountry(CountryCode) - Constructor for class io.sphere.internal.command.CartCommands.SetCountry
-
- CartCommands.SetCustomerEmail - Class in io.sphere.internal.command
-
- CartCommands.SetCustomerEmail(String) - Constructor for class io.sphere.internal.command.CartCommands.SetCustomerEmail
-
- CartCommands.SetCustomShippingMethod - Class in io.sphere.internal.command
-
- CartCommands.SetCustomShippingMethod(String, ShippingRate, ReferenceId<TaxCategory>) - Constructor for class io.sphere.internal.command.CartCommands.SetCustomShippingMethod
-
- CartCommands.SetShippingAddress - Class in io.sphere.internal.command
-
- CartCommands.SetShippingAddress(Address) - Constructor for class io.sphere.internal.command.CartCommands.SetShippingAddress
-
- CartCommands.SetShippingMethod - Class in io.sphere.internal.command
-
- CartCommands.SetShippingMethod(ReferenceId<ShippingMethod>) - Constructor for class io.sphere.internal.command.CartCommands.SetShippingMethod
-
- cartCurrency() - Method in interface sphere.Config
-
Currency used for shopping carts.
- CartDiscount - Class in io.sphere.client.shop.model
-
- CartDiscount(String, int, DiscountValue, String, CartDiscountTargetPredicate, LocalizedString, Optional<LocalizedString>, Optional<DateTime>, Optional<DateTime>, boolean, boolean, String, DateTime, DateTime) - Constructor for class io.sphere.client.shop.model.CartDiscount
-
- CartDiscountTargetPredicate - Class in io.sphere.client.shop.model
-
- CartDiscountTargetPredicate() - Constructor for class io.sphere.client.shop.model.CartDiscountTargetPredicate
-
- cartInventoryMode() - Method in interface sphere.Config
-
The inventory mode of the shopping cart.
- CartModifiedException - Exception in sphere
-
- CartModifiedException(String) - Constructor for exception sphere.CartModifiedException
-
- carts - Variable in class io.sphere.client.ProjectEndpoints
-
- carts() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to shop's shopping carts.
- CartService - Interface in io.sphere.client.shop
-
Sphere HTTP API for working with shopping carts in a given project.
- CartServiceImpl - Class in io.sphere.internal
-
- CartServiceImpl(RequestFactory, ProjectEndpoints) - Constructor for class io.sphere.internal.CartServiceImpl
-
- CartUpdate - Class in io.sphere.client.shop.model
-
CartUpdate is object used to update a
Cart
in the backend.
- CartUpdate() - Constructor for class io.sphere.client.shop.model.CartUpdate
-
- castError() - Method in class io.sphere.internal.request.SphereResultRaw
-
If error, creates a new error result of given type (doesn't transform anything, just changes the type).
- castErrorInternal() - Method in class io.sphere.client.SphereResult
-
If error, creates a new error result of given type (doesn't transform anything, just changes the type).
- Catalog - Class in io.sphere.client.shop.model
-
A Catalog is a grouping of products from the master catalog for a certain
purpose or under a certain theme.
- categories - Static variable in class io.sphere.client.facets.FacetExpr
-
Requests facet counts for the categories attribute to be calculated.
- categories(Category, Category...) - Static method in class io.sphere.client.filters.FilterExpr
-
Products in given categories.
- categories(Iterable<Category>) - Static method in class io.sphere.client.filters.FilterExpr
-
Products in given categories.
- categories - Variable in class io.sphere.client.ProjectEndpoints
-
- categories() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to shop's categories.
- Categories - Interface in io.sphere.internal
-
Sphere HTTP APIs for working with Categories in a given project.
- categories - Static variable in class io.sphere.internal.util.SearchUtil.Names
-
- categories() - Method in class sphere.Sphere
-
All categories in the project, represented as an in-memory tree.
- CategoriesImpl - Class in io.sphere.internal
-
- CategoriesImpl(RequestFactory, ProjectEndpoints) - Constructor for class io.sphere.internal.CategoriesImpl
-
- categoriesOrSubcategories(Category, Category...) - Static method in class io.sphere.client.filters.FilterExpr
-
Products in given categories or their subcategories at any depth.
- categoriesOrSubcategories(Iterable<Category>) - Static method in class io.sphere.client.filters.FilterExpr
-
Returns products in given categories or their subcategories at any depth.
- category(String) - Method in class io.sphere.client.ProjectEndpoints.CategoryEndpoints
-
- Category - Class in io.sphere.client.shop.model
-
Category of a
Product
in the product catalog.
- Category(VersionedId, LocalizedString, LocalizedString, LocalizedString, String) - Constructor for class io.sphere.client.shop.model.Category
-
- CategoryCache - Class in io.sphere.internal
-
- CategoryTree - Interface in io.sphere.client.shop
-
All categories in the project, represented as an in-memory tree.
- CategoryTreeImpl - Class in io.sphere.internal
-
Fetches and builds the category tree in the background.
- CategoryTreeRebuildService - Class in io.sphere.internal
-
Scheduler to rebuild a category tree stored in cache.
- CategoryTreeRebuildService(CategoryTree, long, long) - Constructor for class io.sphere.internal.CategoryTreeRebuildService
-
- CategoryTreeRefreshPlayPlugin - Class in sphere
-
A plugin that frequently updates the cache for the category tree.
- CategoryTreeRefreshPlayPlugin(Application) - Constructor for class sphere.CategoryTreeRefreshPlayPlugin
-
- centAmount - Static variable in class io.sphere.internal.util.SearchUtil.Names
-
- centsToAmount(long) - Static method in class io.sphere.client.model.Money
-
- centsToAmount(double) - Static method in class io.sphere.client.model.Money
-
- changeAddress(String, Address) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
Replaces the address with the given id with a new address.
- changeKey(String) - Method in class io.sphere.client.shop.model.ChannelUpdate
-
- changePassword() - Method in class io.sphere.client.ProjectEndpoints.CustomerEndpoints
-
- changePassword(VersionedId, String, String) - Method in interface io.sphere.client.shop.CustomerService
-
Sets a new password for a customer.
- changePassword(VersionedId, String, String) - Method in class io.sphere.internal.CustomerServiceImpl
-
- changePassword(String, String) - Method in class sphere.CurrentCustomer
-
Changes customer's password.
- changePasswordAsync(String, String) - Method in class sphere.CurrentCustomer
-
Changes customer's password asynchronously.
- Channel - Class in io.sphere.client.shop.model
-
- Channel() - Constructor for class io.sphere.client.shop.model.Channel
-
- ChannelCommands - Class in io.sphere.internal.command
-
- ChannelCommands() - Constructor for class io.sphere.internal.command.ChannelCommands
-
- ChannelCommands.AddRoles - Class in io.sphere.internal.command
-
- ChannelCommands.AddRoles(Set<ChannelRoles>) - Constructor for class io.sphere.internal.command.ChannelCommands.AddRoles
-
- ChannelCommands.ChangeKey - Class in io.sphere.internal.command
-
- ChannelCommands.ChangeKey(String) - Constructor for class io.sphere.internal.command.ChannelCommands.ChangeKey
-
- ChannelCommands.ChannelUpdateAction - Class in io.sphere.internal.command
-
- ChannelCommands.ChannelUpdateAction(String) - Constructor for class io.sphere.internal.command.ChannelCommands.ChannelUpdateAction
-
- ChannelCommands.CreateChannel - Class in io.sphere.internal.command
-
- ChannelCommands.CreateChannel(String, Set<ChannelRoles>) - Constructor for class io.sphere.internal.command.ChannelCommands.CreateChannel
-
- ChannelCommands.CreateChannel(String) - Constructor for class io.sphere.internal.command.ChannelCommands.CreateChannel
-
- ChannelCommands.RemoveRoles - Class in io.sphere.internal.command
-
- ChannelCommands.RemoveRoles(Set<ChannelRoles>) - Constructor for class io.sphere.internal.command.ChannelCommands.RemoveRoles
-
- ChannelCommands.SetRoles - Class in io.sphere.internal.command
-
- ChannelCommands.SetRoles(Set<ChannelRoles>) - Constructor for class io.sphere.internal.command.ChannelCommands.SetRoles
-
- ChannelRoles - Enum in io.sphere.client.shop.model
-
- channels - Variable in class io.sphere.client.ProjectEndpoints
-
- channels() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to supply channels.
- ChannelService - Interface in io.sphere.client.shop
-
- ChannelServiceImpl - Class in io.sphere.internal
-
- ChannelServiceImpl(RequestFactory, ProjectEndpoints) - Constructor for class io.sphere.internal.ChannelServiceImpl
-
- ChannelUpdate - Class in io.sphere.client.shop.model
-
- ChannelUpdate() - Constructor for class io.sphere.client.shop.model.ChannelUpdate
-
- CHAOS_LEVEL - Static variable in class io.sphere.client.shop.ConfigurationKeys
-
- chaosHttpResponse() - Static method in class io.sphere.internal.ChaosMode
-
Returns a new chaos response.
- ChaosMode - Class in io.sphere.internal
-
Chaos!
- ChaosMode() - Constructor for class io.sphere.internal.ChaosMode
-
- ChaosMode.HttpResponse - Class in io.sphere.internal
-
- ChaosMode.HttpResponse(int, String) - Constructor for class io.sphere.internal.ChaosMode.HttpResponse
-
- clear(Http.Session, String) - Static method in class sphere.util.SessionUtil
-
- clearCart() - Method in class sphere.Session
-
- clearCustomer() - Method in class sphere.Session
-
- clearDefaultBillingAddress() - Method in class io.sphere.client.shop.model.CustomerUpdate
-
Clears the default billing address id.
- clearDefaultShippingAddress() - Method in class io.sphere.client.shop.model.CustomerUpdate
-
Clears the default shipping address id.
- clearId(Http.Session, String, String) - Static method in class sphere.util.SessionUtil
-
- clearParam(String, Map<String, String[]>) - Static method in class io.sphere.internal.util.QueryStringConstruction
-
- clearParams(Map<String, String[]>, Collection<QueryParam>) - Static method in class io.sphere.internal.util.QueryStringConstruction
-
- clearShippingAddress() - Method in class sphere.CurrentCart
-
Clears the shipping address.
- clearShippingAddressAsync() - Method in class sphere.CurrentCart
-
Clears the shipping address asynchronously.
- client() - Method in class sphere.Sphere
-
Provides access to the low-level Sphere Java client, may you need it to perform tasks that
are not common in a typical online shop scenario.
- CLIENT_ID - Static variable in class io.sphere.client.shop.ConfigurationKeys
-
- CLIENT_SECRET - Static variable in class io.sphere.client.shop.ConfigurationKeys
-
- ClientCredentials - Interface in io.sphere.client.oauth
-
Provides an OAuth token for accessing protected Sphere HTTP API endpoints.
- closedRange(T, T) - Static method in class io.sphere.internal.util.Util
-
Creates a range based on (nullable) bounds.
- combine(String, String) - Static method in class io.sphere.internal.util.Url
-
Given "http://foo/" and "/bar" returns "http://foo/bar".
- Command - Interface in io.sphere.internal.command
-
Marker interface for all of the command classes.
- CommandBase - Class in io.sphere.internal.command
-
Common fields for commands working against a versioned aggregate root.
- CommandBase(String, int) - Constructor for class io.sphere.internal.command.CommandBase
-
- CommandRequest<T> - Interface in io.sphere.client
-
Request that sends a commands to the Sphere backend.
- CommandRequest<T> - Interface in sphere
-
Request that sends a commands to the Sphere backend.
- CommandRequestImpl<T> - Class in io.sphere.internal.request
-
- CommandRequestImpl(RequestHolder<T>, Command, TypeReference<T>) - Constructor for class io.sphere.internal.request.CommandRequestImpl
-
- CommandRequestImpl(RequestHolder<T>, Command, TypeReference<T>, Function<SphereBackendException, SphereException>) - Constructor for class io.sphere.internal.request.CommandRequestImpl
-
- Comment - Class in io.sphere.client.shop.model
-
A comment on a product by a project customer.
- Comment() - Constructor for class io.sphere.client.shop.model.Comment
-
- CommentCommands - Class in io.sphere.internal.command
-
Commands issued against the HTTP endpoints for working product comments.
- CommentCommands() - Constructor for class io.sphere.internal.command.CommentCommands
-
- CommentCommands.CommentUpdateAction - Class in io.sphere.internal.command
-
- CommentCommands.CommentUpdateAction(String) - Constructor for class io.sphere.internal.command.CommentCommands.CommentUpdateAction
-
- CommentCommands.CreateComment - Class in io.sphere.internal.command
-
- CommentCommands.CreateComment(String, String, String, String, String) - Constructor for class io.sphere.internal.command.CommentCommands.CreateComment
-
- CommentCommands.SetAuthor - Class in io.sphere.internal.command
-
- CommentCommands.SetAuthor(String) - Constructor for class io.sphere.internal.command.CommentCommands.SetAuthor
-
- CommentCommands.SetText - Class in io.sphere.internal.command
-
- CommentCommands.SetText(String) - Constructor for class io.sphere.internal.command.CommentCommands.SetText
-
- CommentCommands.SetTitle - Class in io.sphere.internal.command
-
- CommentCommands.SetTitle(String) - Constructor for class io.sphere.internal.command.CommentCommands.SetTitle
-
- comments - Variable in class io.sphere.client.ProjectEndpoints
-
- comments() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to shop's comments.
- comments() - Method in class sphere.CurrentCustomer
-
Queries all comments that the current customer created.
- comments() - Method in class sphere.Sphere
-
Sphere HTTP API for working with product comments.
- CommentService - Interface in io.sphere.client.shop
-
Sphere HTTP API for working with product comments in a given project.
- CommentService - Interface in sphere
-
Sphere HTTP API for working with product comments in a given project.
- CommentServiceAdapter - Class in sphere.internal
-
CommentService with Play-specific async methods.
- CommentServiceAdapter(CommentService) - Constructor for class sphere.internal.CommentServiceAdapter
-
- CommentServiceImpl - Class in io.sphere.internal
-
- CommentServiceImpl(RequestFactory, ProjectEndpoints) - Constructor for class io.sphere.internal.CommentServiceImpl
-
- CommentUpdate - Class in io.sphere.client.shop.model
-
CommentUpdate is used to update a
Comment
in the backend.
- CommentUpdate() - Constructor for class io.sphere.client.shop.model.CommentUpdate
-
- Concurrent - Class in io.sphere.internal.util
-
- Concurrent() - Constructor for class io.sphere.internal.util.Concurrent
-
- Config - Interface in sphere
-
- ConfigurationKeys - Class in io.sphere.client.shop
-
- ConfigurationKeys() - Constructor for class io.sphere.client.shop.ConfigurationKeys
-
- confirmEmail() - Method in class io.sphere.client.ProjectEndpoints.CustomerEndpoints
-
- confirmEmail(VersionedId, String) - Method in interface io.sphere.client.shop.CustomerService
-
- confirmEmail(VersionedId, String) - Method in class io.sphere.internal.CustomerServiceImpl
-
- confirmEmail(String) - Method in class sphere.CurrentCustomer
-
- confirmEmailAsync(String) - Method in class sphere.CurrentCustomer
-
- contains(String[], String) - Static method in class io.sphere.internal.util.Ext
-
- containsAllURLParams(Map<String, String[]>, Collection<QueryParam>) - Static method in class io.sphere.internal.util.QueryStringConstruction
-
- containsURLParam(Map<String, String[]>, QueryParam) - Static method in class io.sphere.internal.util.QueryStringConstruction
-
- convert(BackendProductProjection) - Method in class io.sphere.internal.request.ProductQueryRequest
-
- convert(A) - Method in class io.sphere.internal.request.QueryRequestMapping
-
Override this method to convert elements from A to B.
- CORE_URL - Static variable in class io.sphere.client.shop.ConfigurationKeys
-
- create(String) - Static method in class io.sphere.client.model.EmptyReference
-
Creates a dummy empty reference that serves as a null object to prevent NullPointerExceptions.
- create(String, String) - Static method in class io.sphere.client.model.Reference
-
- create(String, String) - Static method in class io.sphere.client.model.ReferenceId
-
- create(String, int) - Static method in class io.sphere.client.model.VersionedId
-
Creates a VersionedId with given id and version.
- create(String) - Method in interface io.sphere.client.shop.ChannelService
-
- create(String, Set<ChannelRoles>) - Method in interface io.sphere.client.shop.ChannelService
-
- create(String, LocalizedString, Money, String, int, TaxRate) - Static method in class io.sphere.client.shop.model.CustomLineItem
-
- create(Reference<CartDiscount>, Money) - Static method in class io.sphere.client.shop.model.DiscountedLineItemPortion
-
- create(Money, List<DiscountedLineItemPortion>) - Static method in class io.sphere.client.shop.model.DiscountedLineItemPrice
-
- create(Money, Reference<ProductDiscount>) - Static method in class io.sphere.client.shop.model.DiscountedPrice
-
- create(String, String, LocalizedString, Variant, int, Price, Optional<DiscountedLineItemPrice>, TaxRate, Reference<Channel>) - Static method in class io.sphere.client.shop.model.LineItem
-
- create(String, String, LocalizedString, Variant, int, Price, TaxRate, Reference<Channel>) - Static method in class io.sphere.client.shop.model.LineItem
-
- create(String, int, String, String, List<TaxRate>) - Static method in class io.sphere.client.shop.model.TaxCategory
-
- create(String, double, boolean, CountryCode, String) - Static method in class io.sphere.client.shop.model.TaxRate
-
- create(int, String, List<Price>, List<Image>, List<Attribute>, VariantAvailability) - Static method in class io.sphere.client.shop.model.Variant
-
- create(boolean, int) - Static method in class io.sphere.client.shop.model.VariantAvailability
-
- create(SphereClientConfig) - Static method in class io.sphere.client.shop.SphereClient
-
Creates an instance of SphereClient.
- create(Iterable<Category>, Locale) - Static method in class io.sphere.internal.CategoryCache
-
Caches category tree in multiple different ways for fast lookup.
- create(String) - Method in class io.sphere.internal.ChannelServiceImpl
-
- create(String, Set<ChannelRoles>) - Method in class io.sphere.internal.ChannelServiceImpl
-
- createAndBeginBuildInBackground(Categories, Locale) - Static method in class io.sphere.internal.CategoryTreeImpl
-
- createAndBeginRefreshInBackground(SphereClientConfig, OAuthClient) - Static method in class io.sphere.internal.oauth.SphereClientCredentials
-
Creates an instance of ClientCredentials based on config.
- createCart(Currency, String, Cart.InventoryMode) - Method in interface io.sphere.client.shop.CartService
-
Creates a cart in the backend.
- createCart(Currency, String, CountryCode, Cart.InventoryMode) - Method in interface io.sphere.client.shop.CartService
-
Creates a cart in the backend.
- createCart(Currency, CountryCode, Cart.InventoryMode) - Method in interface io.sphere.client.shop.CartService
-
Creates an anonymous cart in the backend.
- createCart(Currency, Cart.InventoryMode) - Method in interface io.sphere.client.shop.CartService
-
Creates an anonymous cart in the backend.
- createCart(Currency) - Method in interface io.sphere.client.shop.CartService
-
Creates an anonymous cart in the backend with Cart.InventoryMode#None
.
- createCart(Currency, String, CountryCode, Cart.InventoryMode) - Method in class io.sphere.internal.CartServiceImpl
-
- createCart(Currency, String, Cart.InventoryMode) - Method in class io.sphere.internal.CartServiceImpl
-
- createCart(Currency, Cart.InventoryMode) - Method in class io.sphere.internal.CartServiceImpl
-
- createCart(Currency) - Method in class io.sphere.internal.CartServiceImpl
-
- createCart(Currency, CountryCode, Cart.InventoryMode) - Method in class io.sphere.internal.CartServiceImpl
-
- createCartSnapshotId() - Method in class sphere.CurrentCart
-
Creates an cart snapshot identifier for the final page of a checkout process.
- createCommandRequest(String, ApiMode, Command) - Method in interface io.sphere.internal.request.ProductRequestFactory
-
Creates a request that issues a product command to be executed.
- createCommandRequest(String, ApiMode, Command) - Method in class io.sphere.internal.request.ProductRequestFactoryImpl
-
- createCommandRequest(String, Command, TypeReference<T>) - Method in interface io.sphere.internal.request.RequestFactory
-
Creates a request that issues a command to be executed.
- createCommandRequest(String, Command, TypeReference<T>) - Method in class io.sphere.internal.request.RequestFactoryImpl
-
- createComment(String, String, String, String, String) - Method in interface io.sphere.client.shop.CommentService
-
Creates a comment.
- createComment(String, String, String, String, String) - Method in class io.sphere.internal.CommentServiceImpl
-
- createComment(String, String, String, String) - Method in class sphere.CurrentCustomer
-
Creates a comment.
- createCommentAsync(String, String, String, String) - Method in class sphere.CurrentCustomer
-
Creates a comment asynchronously.
- createDelete(String) - Method in interface io.sphere.internal.request.BasicRequestFactory
-
Creates a basic DELETE request.
- createDelete(String) - Method in class io.sphere.internal.request.BasicRequestFactoryImpl
-
- createDeleteRequest(String, TypeReference<T>) - Method in interface io.sphere.internal.request.RequestFactory
-
Creates a request that sends a DELETE request.
- createDeleteRequest(String, TypeReference<T>) - Method in class io.sphere.internal.request.RequestFactoryImpl
-
- createEmailVerificationToken() - Method in class io.sphere.client.ProjectEndpoints.CustomerEndpoints
-
- createEmailVerificationToken(VersionedId, int) - Method in interface io.sphere.client.shop.CustomerService
-
Creates a token used to verify customer's email.
- createEmailVerificationToken(VersionedId, int) - Method in class io.sphere.internal.CustomerServiceImpl
-
- createEmailVerificationToken(int) - Method in class sphere.CurrentCustomer
-
Creates a token to verify customer's email.
- createEmailVerificationTokenAsync(int) - Method in class sphere.CurrentCustomer
-
Creates a token to verify customer's email asynchronously.
- createEmpty(Currency, Cart.InventoryMode) - Static method in class io.sphere.client.shop.model.Cart
-
Creates an empty dummy cart (no id, zero price, empty line item list).
- createFetchRequest(String, ApiMode) - Method in interface io.sphere.internal.request.ProductRequestFactory
-
Creates a request that fetches a single
Product
.
- createFetchRequest(String, ApiMode) - Method in class io.sphere.internal.request.ProductRequestFactoryImpl
-
- createFetchRequest(String, Optional<ApiMode>, TypeReference<T>) - Method in interface io.sphere.internal.request.RequestFactory
-
Creates a request that fetches a single object.
- createFetchRequest(String, Optional<ApiMode>, TypeReference<T>) - Method in class io.sphere.internal.request.RequestFactoryImpl
-
- createFetchRequestBasedOnQuery(String, ApiMode) - Method in interface io.sphere.internal.request.ProductRequestFactory
-
Creates a request that fetches a single
Product
, implemented using a query endpoint.
- createFetchRequestBasedOnQuery(String, ApiMode) - Method in class io.sphere.internal.request.ProductRequestFactoryImpl
-
- createFetchRequestBasedOnQuery(String, Optional<ApiMode>, TypeReference<QueryResult<T>>) - Method in interface io.sphere.internal.request.RequestFactory
-
Creates a request that fetches a single object, implemented using a query endpoint.
- createFetchRequestBasedOnQuery(String, Optional<ApiMode>, TypeReference<QueryResult<T>>) - Method in class io.sphere.internal.request.RequestFactoryImpl
-
- createFetchRequestWithErrorHandling(String, Optional<ApiMode>, int, TypeReference<T>) - Method in interface io.sphere.internal.request.RequestFactory
-
Creates a request that fetches a single object,
handling given HTTP error status code by returning Optional.absent()
.
- createFetchRequestWithErrorHandling(String, Optional<ApiMode>, int, TypeReference<T>) - Method in class io.sphere.internal.request.RequestFactoryImpl
-
- createFilterParams(FilterType, String, String) - Static method in class io.sphere.internal.util.SearchUtil
-
- createFromCentAmount(long, String) - Static method in class io.sphere.client.model.Money
-
- createFromSession(CustomerService, OrderService, CommentService, ReviewService) - Static method in class sphere.CurrentCustomer
-
- createGet(String) - Method in interface io.sphere.internal.request.BasicRequestFactory
-
Creates a basic GET request.
- createGet(String) - Method in class io.sphere.internal.request.BasicRequestFactoryImpl
-
- createInventoryEntry(String, long) - Method in interface io.sphere.client.shop.InventoryService
-
Creates a new InventoryEntry that does not belong to a Channel.
- createInventoryEntry(String, long, Long, DateTime) - Method in interface io.sphere.client.shop.InventoryService
-
Creates a new InventoryEntry that does not belong to a Channel.
- createInventoryEntry(String, long, Long, DateTime, String) - Method in interface io.sphere.client.shop.InventoryService
-
Creates a new InventoryEntry that does belong to a Channel.
- createInventoryEntry(String, long) - Method in class io.sphere.internal.InventoryServiceImpl
-
- createInventoryEntry(String, long, Long, DateTime) - Method in class io.sphere.internal.InventoryServiceImpl
-
- createInventoryEntry(String, long, Long, DateTime, String) - Method in class io.sphere.internal.InventoryServiceImpl
-
- createOrder(VersionedId) - Method in interface io.sphere.client.shop.OrderService
-
Creates an order based on a cart, and deletes the cart.
- createOrder(VersionedId, PaymentState) - Method in interface io.sphere.client.shop.OrderService
-
Creates an order based on a cart, and deletes the cart.
- createOrder(CreateOrderBuilder) - Method in interface io.sphere.client.shop.OrderService
-
Creates an order based on a cart, and deletes the cart.
- createOrder(VersionedId, PaymentState) - Method in class io.sphere.internal.OrderServiceImpl
-
- createOrder(VersionedId) - Method in class io.sphere.internal.OrderServiceImpl
-
- createOrder(CreateOrderBuilder) - Method in class io.sphere.internal.OrderServiceImpl
-
- createOrder(String, PaymentState) - Method in class sphere.CurrentCart
-
Transforms the cart into an order.
- createOrder(PaymentState) - Method in class sphere.CurrentCart
-
Transforms the cart into an order.
- createOrder(CreateOrderBuilder) - Method in class sphere.CurrentCart
-
- createOrderAsync(String, PaymentState) - Method in class sphere.CurrentCart
-
Transforms the cart into an order asynchronously.
- createOrderAsync(PaymentState) - Method in class sphere.CurrentCart
-
Transforms the cart into an order asynchronously.
- createOrderAsync(CreateOrderBuilder) - Method in class sphere.CurrentCart
-
- CreateOrderBuilder - Class in io.sphere.client.shop
-
Builder to create data for creating an order.
- CreateOrderBuilder(VersionedId, PaymentState) - Constructor for class io.sphere.client.shop.CreateOrderBuilder
-
- createPasswordResetToken() - Method in class io.sphere.client.ProjectEndpoints.CustomerEndpoints
-
- createPasswordResetToken(String) - Method in interface io.sphere.client.shop.CustomerService
-
Creates a password reset token for the customer with the given email.
- createPasswordResetToken(String, int) - Method in interface io.sphere.client.shop.CustomerService
-
- createPasswordResetToken(String) - Method in class io.sphere.internal.CustomerServiceImpl
-
- createPasswordResetToken(String, int) - Method in class io.sphere.internal.CustomerServiceImpl
-
- createPasswordResetToken(String) - Method in interface sphere.CustomerService
-
Creates a password reset token for a customer.
- createPasswordResetToken(String) - Method in class sphere.internal.CustomerServiceAdapter
-
- createPasswordResetTokenAsync(String) - Method in interface sphere.CustomerService
-
Creates a password reset token for a customer asynchronously.
- createPasswordResetTokenAsync(String) - Method in class sphere.internal.CustomerServiceAdapter
-
- createPost(String) - Method in interface io.sphere.internal.request.BasicRequestFactory
-
Creates a basic POST request.
- createPost(String) - Method in class io.sphere.internal.request.BasicRequestFactoryImpl
-
- createQueryParams() - Method in interface io.sphere.client.facets.expressions.FacetExpression
-
Sphere HTTP API query parameter that this facet expression will be turned into.
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.DateTimeAttribute.Ranges
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.DateTimeAttribute.RangesMultiSelect
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.DateTimeAttribute.TermsMultiSelect
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.MoneyAttribute.Ranges
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.MoneyAttribute.RangesMultiSelect
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.MoneyAttribute.TermsMultiSelect
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.None
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.NumberAttribute.Ranges
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.NumberAttribute.RangesMultiSelect
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.NumberAttribute.TermsMultiSelect
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.StringAttribute.TermsMultiSelect
-
- createQueryParams() - Method in class io.sphere.client.facets.expressions.FacetExpressions.Terms
-
- createQueryParams() - Method in interface io.sphere.client.filters.expressions.FilterExpression
-
Sphere HTTP API query parameter that this filter will be turned into.
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.CategoriesOrSubcategories
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.DateTimeAttribute.Ranges
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.DateTimeAttribute.Values
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.Fulltext
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.MoneyAttribute.Ranges
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.MoneyAttribute.Values
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.None
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.NumberAttribute.EqualsAnyOf
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.NumberAttribute.Ranges
-
- createQueryParams() - Method in class io.sphere.client.filters.expressions.FilterExpressions.StringAttribute.EqualsAnyOf
-
- createQueryParams() - Method in class io.sphere.internal.filters.DynamicFilterHelpers.HelperFacet
-
- createQueryParams() - Method in class io.sphere.internal.filters.DynamicFilterHelpers.MoneyRangeFilterExpression
-
- createQueryRequest(String, ApiMode) - Method in interface io.sphere.internal.request.ProductRequestFactory
-
Creates a request that uses the query API to find products.
- createQueryRequest(String, ApiMode) - Method in class io.sphere.internal.request.ProductRequestFactoryImpl
-
- createQueryRequest(String, Optional<ApiMode>, TypeReference<QueryResult<T>>) - Method in interface io.sphere.internal.request.RequestFactory
-
Creates a request that queries for multiple objects.
- createQueryRequest(String, Optional<ApiMode>, TypeReference<QueryResult<T>>) - Method in class io.sphere.internal.request.RequestFactoryImpl
-
- createRangeFacetParam(String, String) - Static method in class io.sphere.internal.util.SearchUtil
-
- createReview(String, String, String, String, String, Double) - Method in interface io.sphere.client.shop.ReviewService
-
Creates a review.
- createReview(String, String, String, String, String, Double) - Method in class io.sphere.internal.ReviewServiceImpl
-
- createReview(String, String, String, String, Double) - Method in class sphere.CurrentCustomer
-
Creates a review.
- createReviewAsync(String, String, String, String, Double) - Method in class sphere.CurrentCustomer
-
Creates a review asynchronously.
- createSearchRequest(String, ApiMode, Iterable<FilterExpression>, Locale) - Method in interface io.sphere.internal.request.ProductRequestFactory
-
Creates a request that uses search to query for multiple
products
.
- createSearchRequest(String, ApiMode, Iterable<FilterExpression>, Locale) - Method in class io.sphere.internal.request.ProductRequestFactoryImpl
-
- createSearchRequest(String, Optional<ApiMode>, Iterable<FilterExpression>, TypeReference<SearchResult<T>>, Locale) - Method in interface io.sphere.internal.request.RequestFactory
-
Creates a request that uses search to query for multiple objects.
- createSearchRequest(String, Optional<ApiMode>, Iterable<FilterExpression>, TypeReference<SearchResult<T>>, Locale) - Method in class io.sphere.internal.request.RequestFactoryImpl
-
- createSortParam(ProductSort) - Static method in class io.sphere.internal.util.SearchUtil
-
- createTermFacetParam(String) - Static method in class io.sphere.internal.util.SearchUtil
-
- current() - Static method in class sphere.Session
-
- CurrentCart - Class in sphere
-
Shopping cart service that automatically accesses the cart associated to the current HTTP session.
- CurrentCart(CartService, OrderService, Currency, Cart.InventoryMode) - Constructor for class sphere.CurrentCart
-
- currentCart() - Method in class sphere.Sphere
-
Returns a Cart API object for the current request.
- CurrentCustomer - Class in sphere
-
Project customer service that automatically accesses the customer associated to the current HTTP session.
- currentCustomer() - Method in class sphere.Sphere
-
Customer object for the current session.
- Customer - Class in io.sphere.client.shop.model
-
A customer that exists in the backend.
- Customer(String, int) - Constructor for class io.sphere.client.shop.model.Customer
-
- CustomerCommands - Class in io.sphere.internal.command
-
Commands sent to HTTP endpoints for working with customers.
- CustomerCommands() - Constructor for class io.sphere.internal.command.CustomerCommands
-
- CustomerCommands.AddAddress - Class in io.sphere.internal.command
-
- CustomerCommands.AddAddress(Address) - Constructor for class io.sphere.internal.command.CustomerCommands.AddAddress
-
- CustomerCommands.ChangeAddress - Class in io.sphere.internal.command
-
- CustomerCommands.ChangeAddress(String, Address) - Constructor for class io.sphere.internal.command.CustomerCommands.ChangeAddress
-
- CustomerCommands.ChangeEmail - Class in io.sphere.internal.command
-
- CustomerCommands.ChangeEmail(String) - Constructor for class io.sphere.internal.command.CustomerCommands.ChangeEmail
-
- CustomerCommands.ChangeName - Class in io.sphere.internal.command
-
- CustomerCommands.ChangeName(CustomerName) - Constructor for class io.sphere.internal.command.CustomerCommands.ChangeName
-
- CustomerCommands.ChangePassword - Class in io.sphere.internal.command
-
- CustomerCommands.ChangePassword(String, int, String, String) - Constructor for class io.sphere.internal.command.CustomerCommands.ChangePassword
-
- CustomerCommands.CreateCustomer - Class in io.sphere.internal.command
-
- CustomerCommands.CreateCustomer(String, String, String, String, String, String, Optional<String>, Optional<String>, Optional<String>) - Constructor for class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- CustomerCommands.CreateCustomer(String, String, String, String, String, String) - Constructor for class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- CustomerCommands.CreateEmailVerificationToken - Class in io.sphere.internal.command
-
- CustomerCommands.CreateEmailVerificationToken(String, int, int) - Constructor for class io.sphere.internal.command.CustomerCommands.CreateEmailVerificationToken
-
- CustomerCommands.CreatePasswordResetToken - Class in io.sphere.internal.command
-
- CustomerCommands.CreatePasswordResetToken(String, Integer) - Constructor for class io.sphere.internal.command.CustomerCommands.CreatePasswordResetToken
-
- CustomerCommands.CreatePasswordResetToken(String) - Constructor for class io.sphere.internal.command.CustomerCommands.CreatePasswordResetToken
-
- CustomerCommands.CustomerUpdateAction - Class in io.sphere.internal.command
-
- CustomerCommands.CustomerUpdateAction(String) - Constructor for class io.sphere.internal.command.CustomerCommands.CustomerUpdateAction
-
- CustomerCommands.RemoveAddress - Class in io.sphere.internal.command
-
- CustomerCommands.RemoveAddress(String) - Constructor for class io.sphere.internal.command.CustomerCommands.RemoveAddress
-
- CustomerCommands.ResetCustomerPassword - Class in io.sphere.internal.command
-
- CustomerCommands.ResetCustomerPassword(String, int, String, String) - Constructor for class io.sphere.internal.command.CustomerCommands.ResetCustomerPassword
-
- CustomerCommands.SetCompanyName - Class in io.sphere.internal.command
-
- CustomerCommands.SetCompanyName(String) - Constructor for class io.sphere.internal.command.CustomerCommands.SetCompanyName
-
- CustomerCommands.SetDateOfBirth - Class in io.sphere.internal.command
-
- CustomerCommands.SetDateOfBirth(LocalDate) - Constructor for class io.sphere.internal.command.CustomerCommands.SetDateOfBirth
-
- CustomerCommands.SetDefaultBillingAddress - Class in io.sphere.internal.command
-
- CustomerCommands.SetDefaultBillingAddress(String) - Constructor for class io.sphere.internal.command.CustomerCommands.SetDefaultBillingAddress
-
- CustomerCommands.SetDefaultShippingAddress - Class in io.sphere.internal.command
-
- CustomerCommands.SetDefaultShippingAddress(String) - Constructor for class io.sphere.internal.command.CustomerCommands.SetDefaultShippingAddress
-
- CustomerCommands.SetExternalId - Class in io.sphere.internal.command
-
- CustomerCommands.SetExternalId(String) - Constructor for class io.sphere.internal.command.CustomerCommands.SetExternalId
-
- CustomerCommands.SetVatId - Class in io.sphere.internal.command
-
- CustomerCommands.SetVatId(String) - Constructor for class io.sphere.internal.command.CustomerCommands.SetVatId
-
- CustomerCommands.SignIn - Class in io.sphere.internal.command
-
- CustomerCommands.SignIn(String, String) - Constructor for class io.sphere.internal.command.CustomerCommands.SignIn
-
- CustomerCommands.SignInWithCart - Class in io.sphere.internal.command
-
- CustomerCommands.SignInWithCart(String, String, String) - Constructor for class io.sphere.internal.command.CustomerCommands.SignInWithCart
-
- CustomerCommands.VerifyCustomerEmail - Class in io.sphere.internal.command
-
- CustomerCommands.VerifyCustomerEmail(String, int, String) - Constructor for class io.sphere.internal.command.CustomerCommands.VerifyCustomerEmail
-
- CustomerGroup - Class in io.sphere.client.shop.model
-
A
Customer
can be a member of a customer group (e.g.
- CustomerName - Class in io.sphere.client.shop.model
-
Value object representing a name of a
customer
.
- CustomerName(String, String) - Constructor for class io.sphere.client.shop.model.CustomerName
-
Creates a customer name with first and last name.
- CustomerName(String, String, String) - Constructor for class io.sphere.client.shop.model.CustomerName
-
Creates a customer name with first, middle and last name.
- CustomerName(String, String, String, String) - Constructor for class io.sphere.client.shop.model.CustomerName
-
Creates a customer name with title, first, middle and last name.
- customers - Variable in class io.sphere.client.ProjectEndpoints
-
- customers() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to shop's customers.
- customers() - Method in class sphere.Sphere
-
Sphere HTTP API for working with customers in a given project.
- CustomerService - Interface in io.sphere.client.shop
-
Sphere HTTP API for working with customers in a given project.
- CustomerService - Interface in sphere
-
Sphere HTTP API for working with customers in a given project.
- CustomerServiceAdapter - Class in sphere.internal
-
CustomerService with Play-specific async methods.
- CustomerServiceAdapter(CustomerService) - Constructor for class sphere.internal.CustomerServiceAdapter
-
- CustomerServiceImpl - Class in io.sphere.internal
-
- CustomerServiceImpl(RequestFactory, ProjectEndpoints) - Constructor for class io.sphere.internal.CustomerServiceImpl
-
- CustomerToken - Class in io.sphere.client.shop.model
-
- CustomerToken() - Constructor for class io.sphere.client.shop.model.CustomerToken
-
- CustomerUpdate - Class in io.sphere.client.shop.model
-
CustomerUpdate is used to update a customer in the backend.
- CustomerUpdate() - Constructor for class io.sphere.client.shop.model.CustomerUpdate
-
- CustomLineItem - Class in io.sphere.client.shop.model
-
A custom line item are used for line items that do not reference an existing product.
- CustomObject - Class in io.sphere.client.model
-
An object that contains a JSON value.
- CustomObject(String, String, JsonNode) - Constructor for class io.sphere.client.model.CustomObject
-
- CustomObject() - Constructor for class io.sphere.client.model.CustomObject
-
- CustomObjectCommands - Class in io.sphere.internal.command
-
- CustomObjectCommands() - Constructor for class io.sphere.internal.command.CustomObjectCommands
-
- CustomObjectCommands.CreateOrUpdateCustomObject - Class in io.sphere.internal.command
-
- CustomObjectCommands.CreateOrUpdateCustomObject(String, String, JsonNode) - Constructor for class io.sphere.internal.command.CustomObjectCommands.CreateOrUpdateCustomObject
-
- CustomObjectCommands.CreateOrUpdateVersionedCustomObject - Class in io.sphere.internal.command
-
- CustomObjectCommands.CreateOrUpdateVersionedCustomObject(String, String, JsonNode, int) - Constructor for class io.sphere.internal.command.CustomObjectCommands.CreateOrUpdateVersionedCustomObject
-
- customObjects - Variable in class io.sphere.client.ProjectEndpoints
-
- customObjects() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to custom objects.
- customObjects() - Method in class sphere.Sphere
-
Sphere HTTP API for storing arbitrary JSON data.
- CustomObjectService - Interface in io.sphere.client.shop
-
Sphere HTTP API for working with custom objects.
- CustomObjectService - Interface in sphere
-
- CustomObjectServiceAdapter - Class in sphere.internal
-
- CustomObjectServiceAdapter(CustomObjectService) - Constructor for class sphere.internal.CustomObjectServiceAdapter
-
- CustomObjectServiceImpl - Class in io.sphere.internal
-
- CustomObjectServiceImpl(RequestFactory, ProjectEndpoints) - Constructor for class io.sphere.internal.CustomObjectServiceImpl
-
- cut(Object, String) - Static method in class io.sphere.internal.util.Ext
-
- get() - Method in class io.sphere.client.model.EmptyReference
-
- get() - Method in class io.sphere.client.model.LocalizedString
-
- get(Locale) - Method in class io.sphere.client.model.LocalizedString
-
Null-safe variant of `getRaw`.
- get(Locale...) - Method in class io.sphere.client.model.LocalizedString
-
Tries to retrieve the translation in the order given through the locales vargargs.
- get(String) - Method in class io.sphere.client.model.products.BackendProductProjection
-
Returns the value of a custom attribute.
- get() - Method in class io.sphere.client.model.Reference
-
Returns the object represented by this reference.
- get(String, String) - Method in class io.sphere.client.ProjectEndpoints.CustomObjectEndpoints
-
- get(String, String) - Method in interface io.sphere.client.shop.CustomObjectService
-
Finds a custom object by container and key.
- get(String) - Method in class io.sphere.client.shop.model.Product
-
Returns the value of a custom attribute.
- get(String) - Method in class io.sphere.client.shop.model.Variant
-
Returns the value of custom attribute.
- get(String, String) - Method in class io.sphere.internal.CustomObjectServiceImpl
-
- get() - Method in class io.sphere.internal.ListenableFutureAdapter
-
- get(long, TimeUnit) - Method in class io.sphere.internal.ListenableFutureAdapter
-
- get(String, String) - Method in interface sphere.CustomObjectService
-
Finds a custom object by container and key.
- get(String, String) - Method in class sphere.internal.CustomObjectServiceAdapter
-
- getAccessToken() - Method in interface io.sphere.client.oauth.ClientCredentials
-
Returns the OAuth access token.
- getAccessToken() - Method in class io.sphere.client.oauth.Tokens
-
- getAccessToken() - Method in class io.sphere.internal.oauth.AccessToken
-
- getAccessToken() - Method in class io.sphere.internal.oauth.SphereClientCredentials
-
- getAction() - Method in class io.sphere.internal.command.UpdateAction
-
The name of the action.
- getActions() - Method in class io.sphere.client.shop.model.CartUpdate
-
- getActions() - Method in class io.sphere.internal.command.Update
-
- getActions() - Method in class io.sphere.internal.command.UpdateCommand
-
- getAdditionalAddressInfo() - Method in class io.sphere.client.shop.model.Address
-
The additional address info (for example for c/o).
- getAdditionalStreetInfo() - Method in class io.sphere.client.shop.model.Address
-
The additional street info (e.g.
- getAddress() - Method in class io.sphere.internal.command.CartCommands.SetBillingAddress
-
- getAddress() - Method in class io.sphere.internal.command.CartCommands.SetShippingAddress
-
- getAddress() - Method in class io.sphere.internal.command.CustomerCommands.AddAddress
-
- getAddress() - Method in class io.sphere.internal.command.CustomerCommands.ChangeAddress
-
- getAddressById(String) - Method in class io.sphere.client.shop.model.Customer
-
Finds an address by id in the
addresses
list.
- getAddresses() - Method in class io.sphere.client.shop.model.Customer
-
A list of customer's addresses.
- getAddressId() - Method in class io.sphere.internal.command.CustomerCommands.ChangeAddress
-
- getAddressId() - Method in class io.sphere.internal.command.CustomerCommands.RemoveAddress
-
- getAddressId() - Method in class io.sphere.internal.command.CustomerCommands.SetDefaultBillingAddress
-
- getAddressId() - Method in class io.sphere.internal.command.CustomerCommands.SetDefaultShippingAddress
-
- getAmount() - Method in class io.sphere.client.model.Money
-
The exact amount as BigDecimal, useful for implementing e.g.
- getAmount() - Method in class io.sphere.client.shop.model.TaxPortion
-
The absolute amount this tax portion evaluates to.
- getAmount() - Method in class io.sphere.client.shop.model.TaxRate
-
The amount of the tax rate, in the range [0..1].
- getAncestors() - Method in class io.sphere.client.model.products.BackendCategory
-
Gets references to all ancestors (parents of parents) of this category.
- getAnonymousCartId() - Method in class io.sphere.client.shop.SignUpBuilder
-
- getAnonymousCartId() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getAnonymousCartId() - Method in class io.sphere.internal.command.CustomerCommands.SignInWithCart
-
- getApartment() - Method in class io.sphere.client.shop.model.Address
-
The apartment.
- getApiMode() - Method in class io.sphere.client.shop.SphereClientConfig
-
- getAsFlatList() - Method in interface io.sphere.client.shop.CategoryTree
-
All categories as a flat list, sorted by name.
- getAsFlatList() - Method in class io.sphere.internal.CategoryCache
-
- getAsFlatList() - Method in class io.sphere.internal.CategoryTreeImpl
-
- getAttribute(String) - Method in class io.sphere.client.model.products.BackendProductProjection
-
Finds custom attribute with given name.
- getAttribute(String) - Method in class io.sphere.client.shop.model.Product
-
Finds custom attribute with given name.
- getAttribute(String) - Method in class io.sphere.client.shop.model.Variant
-
Finds custom attribute with given name.
- getAttribute() - Method in class io.sphere.client.SphereError.DuplicateAttributeValue
-
The offending attribute.
- getAttribute() - Method in class io.sphere.internal.filters.UserInputAttributeFilterBase
-
Backend name of the attribute this filter matches on.
- getAttributeName() - Method in interface io.sphere.client.facets.Facet
-
The attribute for which this facet is aggregating counts.
- getAttributeName() - Method in class io.sphere.internal.facets.FacetBase
-
The attribute on which this facet matches and aggregates counts.
- getAttributeName() - Method in class io.sphere.internal.facets.FacetExpressionBase
-
- getAttributeName() - Method in class io.sphere.internal.filters.FilterExpressionBase
-
- getAttributeName() - Method in class io.sphere.internal.filters.MultiSelectFilterBase
-
The attribute on which this filter matches.
- getAttributes() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Custom attributes of this product.
- getAttributes() - Method in class io.sphere.client.shop.model.Product
-
Custom attributes of this product.
- getAttributes() - Method in class io.sphere.client.shop.model.Variant
-
Custom attributes of this variant.
- getAttributes() - Method in class io.sphere.client.SphereError.DuplicateAttributesValue
-
The offending attributes.
- getAttributes() - Method in class io.sphere.client.SphereError.DuplicateVariantValues
-
The offending attributes.
- getAuthHttpServiceUrl() - Method in class io.sphere.client.shop.SphereClientConfig
-
Sphere OAuth2 endpoint.
- getAuthor() - Method in class io.sphere.client.shop.model.Comment
-
Custom name of the author of the comment, not tied to a customer name.
- getAuthor() - Method in class io.sphere.client.shop.model.Review
-
Custom name of the author of the review, not tied to a customer name.
- getAuthorName() - Method in class io.sphere.internal.command.CommentCommands.CreateComment
-
- getAuthorName() - Method in class io.sphere.internal.command.CommentCommands.SetAuthor
-
- getAuthorName() - Method in class io.sphere.internal.command.ReviewCommands.CreateReview
-
- getAuthorName() - Method in class io.sphere.internal.command.ReviewCommands.SetAuthorName
-
- getAvailability() - Method in class io.sphere.client.shop.model.Variant
-
The inventory status of this variant.
- getAvailableAttributes(String) - Method in class io.sphere.client.shop.model.VariantList
-
Gets distinct values of given attribute across all variants of this product.
- getAvailableQuantity() - Method in class io.sphere.client.shop.model.InventoryEntry
-
Current available quantity (quantity on stock minus the quantity of reserved items).
- getBasisPoint() - Method in class io.sphere.client.shop.model.RelativeDiscount
-
- getBillingAddress() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The billing address.
- getBody() - Method in class io.sphere.internal.ChaosMode.HttpResponse
-
- getBody() - Method in class io.sphere.internal.request.RequestHolderImpl
-
The body of the request, for debugging purposes.
- getBody() - Method in interface io.sphere.internal.request.TestableRequestHolder
-
The body of the request.
- getBoolean() - Method in class io.sphere.client.shop.model.Attribute
-
- getBounds(SearchResult<Product>) - Method in class io.sphere.client.filters.Filters.Price.DynamicRange
-
Gets the dynamic minimum and maximum price across the whole result set.
- getBoundsOrDefault(SearchResult<Product>, Range<BigDecimal>) - Method in class io.sphere.client.filters.Filters.Price.DynamicRange
-
Gets the dynamic minimum and maximum price across the whole results set.
- getBuilding() - Method in class io.sphere.client.shop.model.Address
-
The building.
- getById(String) - Method in interface io.sphere.client.shop.CategoryTree
-
Finds a category by id using a in-memory HashMap lookup.
- getById(String) - Method in class io.sphere.internal.CategoryCache
-
- getById(String) - Method in class io.sphere.internal.CategoryTreeImpl
-
- getBySlug(String) - Method in interface io.sphere.client.shop.CategoryTree
-
Finds a category by the slug of the default locale using a in-memory HashMap lookup.
- getBySlug(String, Locale) - Method in interface io.sphere.client.shop.CategoryTree
-
Finds a category by the slug and a specific locale using a in-memory HashMap lookup.
- getBySlug(String) - Method in class io.sphere.internal.CategoryCache
-
- getBySlug(String, Locale) - Method in class io.sphere.internal.CategoryCache
-
- getBySlug(String) - Method in class io.sphere.internal.CategoryTreeImpl
-
- getBySlug(String, Locale) - Method in class io.sphere.internal.CategoryTreeImpl
-
- getCarrier() - Method in class io.sphere.client.shop.model.TrackingData
-
parcel shipping company
- getCart() - Method in class io.sphere.client.shop.SignInResult
-
Customer's cart or null if no cart exists.
- getCartDiscounts() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getCartId() - Method in class io.sphere.client.shop.CreateOrderBuilder
-
- getCartId() - Method in class sphere.Session
-
- getCartPredicate() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getCartPredicate() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getCartSnapshotId() - Method in class io.sphere.client.shop.CreateOrderBuilder
-
- getCartState() - Method in class io.sphere.client.shop.model.Cart
-
The state.
- getCartTotalQuantity() - Method in class sphere.Session
-
- getCatalog() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Deprecated.
since 0.55.0. The field will be removed since it does not match any field in the backend.
- getCatalog() - Method in class io.sphere.client.shop.model.Product
-
Deprecated.
since 0.55.0. The field will be removed since it does not match any field in the backend.
- getCatalogData() - Method in class io.sphere.client.model.products.BackendProduct
-
The catalog data.
- getCatalogs() - Method in class io.sphere.client.model.products.BackendProduct
-
All catalogs this product is in.
- getCatalogs() - Method in class io.sphere.client.model.products.BackendProductProjection
-
All catalogs this product is in.
- getCatalogs() - Method in class io.sphere.client.shop.model.Product
-
All catalogs this product is in.
- getCategories() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Categories this product is in.
- getCategories() - Method in class io.sphere.client.model.products.ProductData
-
Categories this product data is in.
- getCategories() - Method in class io.sphere.client.shop.model.Product
-
Categories this product is in.
- getCategoryIds(boolean, Iterable<Category>) - Static method in class io.sphere.internal.util.SearchUtil
-
Returns ids of given categories (and optionally also of all their subtrees).
- getCentAmount() - Method in class io.sphere.client.model.Money
-
The cent amount.
- getChannel() - Method in class io.sphere.client.shop.model.InventoryEntry
-
- getChannel() - Method in class io.sphere.client.shop.model.SyncInfo
-
- getChannel() - Method in class io.sphere.internal.command.OrderCommands.UpdateSyncInfo
-
- getChaosLevel() - Static method in class io.sphere.internal.ChaosMode
-
The level.
- getChildren() - Method in class io.sphere.client.model.products.BackendCategory
-
Gets child categories of this category.
- getChildren() - Method in class io.sphere.client.shop.model.Category
-
Child categories of this category.
- getChildren(Comparator<Category>) - Method in class io.sphere.client.shop.model.Category
-
Child categories of this category.
- getCity() - Method in class io.sphere.client.shop.model.Address
-
The city.
- getClearLink(Map<String, String[]>) - Method in interface io.sphere.client.filters.UserInputFilter
-
Removes this filter from application's URL.
- getClearLink(Map<String, String[]>) - Method in class io.sphere.internal.filters.UserInputFilterBase
-
- getClientId() - Method in class io.sphere.client.shop.SphereClientConfig
-
The unique client ID that, together with the client secret, authorizes the
shop client to access the underlying Sphere project.
- getClientSecret() - Method in class io.sphere.client.shop.SphereClientConfig
-
The confidential client secret that, together with the client ID, authorizes the
shop client to access the underlying Sphere project.
- getCode() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getCode() - Method in class io.sphere.client.SphereError.ConcurrentModification
-
- getCode() - Method in class io.sphere.client.SphereError.DuplicateAttributesValue
-
- getCode() - Method in class io.sphere.client.SphereError.DuplicateAttributeValue
-
- getCode() - Method in class io.sphere.client.SphereError.DuplicateField
-
- getCode() - Method in class io.sphere.client.SphereError.DuplicatePriceScope
-
- getCode() - Method in class io.sphere.client.SphereError.DuplicateVariantValues
-
- getCode() - Method in class io.sphere.client.SphereError.General
-
- getCode() - Method in class io.sphere.client.SphereError
-
The error code, such as 'InvalidOperation'.
- getCode() - Method in class io.sphere.client.SphereError.InvalidCredentials
-
- getCode() - Method in class io.sphere.client.SphereError.InvalidCurrentPassword
-
- getCode() - Method in class io.sphere.client.SphereError.InvalidField
-
- getCode() - Method in class io.sphere.client.SphereError.InvalidInput
-
- getCode() - Method in class io.sphere.client.SphereError.InvalidJsonInput
-
- getCode() - Method in class io.sphere.client.SphereError.InvalidOperation
-
- getCode() - Method in class io.sphere.client.SphereError.InvalidSubject
-
- getCode() - Method in class io.sphere.client.SphereError.OutOfStock
-
- getCode() - Method in class io.sphere.client.SphereError.OverCapacity
-
- getCode() - Method in class io.sphere.client.SphereError.PendingOperation
-
- getCode() - Method in class io.sphere.client.SphereError.PriceChanged
-
- getCode() - Method in class io.sphere.client.SphereError.RequiredField
-
- getCode() - Method in class io.sphere.client.SphereError.ResourceNotFound
-
- getCode() - Method in class io.sphere.internal.command.CartCommands.AddDiscountCode
-
- getCommand() - Method in class io.sphere.internal.request.CommandRequestImpl
-
The command object that will be sent, for testing purposes.
- getCompany() - Method in class io.sphere.client.shop.model.Address
-
The company name.
- getCompanyName() - Method in class io.sphere.client.shop.model.Customer
-
- getCompanyName() - Method in class io.sphere.internal.command.CustomerCommands.SetCompanyName
-
- getCompletedAt() - Method in class io.sphere.client.shop.model.Order
-
Date and time when this order was completed.
- getConfig() - Method in class io.sphere.client.shop.SphereClient
-
Configuration of the client.
- getContainer() - Method in class io.sphere.client.model.CustomObject
-
- getContainer() - Method in class io.sphere.internal.command.CustomObjectCommands.CreateOrUpdateCustomObject
-
- getCoreHttpServiceUrl() - Method in class io.sphere.client.shop.SphereClientConfig
-
Sphere HTTP API endpoint.
- getCount() - Method in class io.sphere.client.model.facets.DateTimeRangeFacetItem
-
Number of resources that fall into this range.
- getCount() - Method in class io.sphere.client.model.facets.MoneyRangeFacetItem
-
Number of resources that fall into this range.
- getCount() - Method in class io.sphere.client.model.facets.NumberRangeFacetItem
-
Number of resources that fall into this range.
- getCount() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
Number of results that fall into this range.
- getCount() - Method in class io.sphere.client.model.facets.TermFacetItem
-
Count of resources that have this value,
e.g.
- getCount() - Method in class io.sphere.client.model.QueryResult
-
The actual number of results returned.
- getCount() - Method in class io.sphere.client.model.SearchResult
-
- getCount() - Method in class io.sphere.client.shop.model.ReviewRating
-
- getCountry() - Method in class io.sphere.client.shop.model.Address
-
The country.
- getCountry() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The country used for price calculations.
- getCountry() - Method in class io.sphere.client.shop.model.Location
-
The country of the location.
- getCountry() - Method in class io.sphere.client.shop.model.Price
-
The optional country where this price applies, used in price calculations.
- getCountry() - Method in class io.sphere.client.shop.model.TaxRate
-
The country where this tax rate applies.
- getCountry() - Method in class io.sphere.internal.command.CartCommands.CreateCart
-
- getCountry() - Method in class io.sphere.internal.command.CartCommands.SetCountry
-
- getCountryCode() - Method in class io.sphere.client.SphereError.DuplicatePriceScope
-
A two-digit country code of the offending price scope, as per ISO 3166-1 alpha-2.
- getCountryString() - Method in class io.sphere.client.shop.model.Price
-
The optional country where this price applies, used in price calculations.
- getCreatedAt() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getCreatedAt() - Method in class io.sphere.client.shop.model.Comment
-
Date and time when this comment was created.
- getCreatedAt() - Method in class io.sphere.client.shop.model.CustomerToken
-
Date and time when this token was created.
- getCreatedAt() - Method in class io.sphere.client.shop.model.Delivery
-
- getCreatedAt() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getCreatedAt() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The date and time when this object was created.
- getCreatedAt() - Method in class io.sphere.client.shop.model.Parcel
-
- getCreatedAt() - Method in class io.sphere.client.shop.model.ProductDiscount
-
- getCreatedAt() - Method in class io.sphere.client.shop.model.Review
-
Time when this review was created, in UTC.
- getCurrency() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The currency.
- getCurrency() - Method in class io.sphere.internal.command.CartCommands.CreateCart
-
- getCurrencyCode() - Method in class io.sphere.client.model.Money
-
The ISO 4217 currency code, for example "EUR" or "USD".
- getCurrencyCode() - Method in class io.sphere.client.SphereError.DuplicatePriceScope
-
The ISO 4217 currency code of the offending price scope.
- getCurrent() - Method in class io.sphere.client.model.products.ProductCatalogData
-
The current product data.
- getCurrentPage() - Method in class io.sphere.client.model.SearchResult
-
Returns the index of the current page, starting at zero.
- getCurrentPassword() - Method in class io.sphere.internal.command.CustomerCommands.ChangePassword
-
- getCustomer() - Method in class io.sphere.client.shop.SignInResult
-
The existing customer.
- getCustomerEmail() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The email of the anonymous customer to who this Cart or Order belongs.
- getCustomerGroup() - Method in class io.sphere.client.shop.model.Customer
-
The customer group this customer belongs to.
- getCustomerGroup() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The customer group of the customer, used for price calculations.
- getCustomerGroup() - Method in class io.sphere.client.shop.model.Price
-
The optional customer group for which this price applies, used in price calculations.
- getCustomerGroup() - Method in class io.sphere.client.SphereError.DuplicatePriceScope
-
Reference to a customer group of the offending price scope.
- getCustomerId() - Method in class io.sphere.client.shop.model.Comment
-
Id of the customer .
- getCustomerId() - Method in class io.sphere.client.shop.model.CustomerToken
-
Id of the customer for who the token was created.
- getCustomerId() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The customer to who this Cart or Order belongs.
- getCustomerId() - Method in class io.sphere.client.shop.model.Review
-
Id of the customer who wrote the product review.
- getCustomerId() - Method in class io.sphere.internal.command.CartCommands.CreateCart
-
- getCustomerId() - Method in class io.sphere.internal.command.CommentCommands.CreateComment
-
- getCustomerId() - Method in class io.sphere.internal.command.ReviewCommands.CreateReview
-
- getCustomerId() - Method in class sphere.Session
-
- getCustomerName() - Method in class io.sphere.client.shop.SignUpBuilder
-
- getCustomerNumber() - Method in class io.sphere.client.shop.model.Customer
-
String that uniquely identifies a customer.
- getCustomerNumber() - Method in class io.sphere.client.shop.SignUpBuilder
-
- getCustomerNumber() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getCustomLineItemById(String) - Method in class io.sphere.client.shop.model.LineItemContainer
-
- getCustomLineItemId() - Method in class io.sphere.internal.command.CartCommands.RemoveCustomLineItem
-
- getCustomLineItems() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The custom items in this cart or order.
- getDateOfBirth() - Method in class io.sphere.client.shop.model.Customer
-
- getDateOfBirth() - Method in class io.sphere.internal.command.CustomerCommands.SetDateOfBirth
-
- getDateTime(String) - Method in class io.sphere.client.model.products.BackendProductProjection
-
Returns the value of a custom DateTime attribute.
- getDateTime() - Method in class io.sphere.client.shop.model.Attribute
-
If this is a DateTime attribute, returns the DateTime value.
- getDateTime(String) - Method in class io.sphere.client.shop.model.Product
-
Returns the value of a custom DateTime attribute.
- getDateTime(String) - Method in class io.sphere.client.shop.model.Variant
-
Returns the value of a custom DateTime attribute.
- getDateTimeRangeFacet(DateTimeRangeFacet) - Method in class io.sphere.client.model.SearchResult
-
Finds a facet result for a DateTime range facet.
- getDecodedUrl(Request) - Static method in class io.sphere.internal.util.Util
-
Gets full decoded URL including query string.
- getDefaultBillingAddressId() - Method in class io.sphere.client.shop.model.Customer
-
Id of the default billing address in the
addresses
list.
- getDefaultLocale() - Method in class io.sphere.client.shop.SphereClientConfig
-
The default Locale for this project.
- getDefaultMax() - Method in class io.sphere.client.filters.Filters.Price.Range
-
Default lower endpoint of the range if not specified.
- getDefaultMin() - Method in class io.sphere.client.filters.Filters.Price.Range
-
Default upper endpoint of the range if not specified.
- getDefaultShippingAddressId() - Method in class io.sphere.client.shop.model.Customer
-
Id of the default shipping address in the
addresses
list.
- getDeliveries() - Method in class io.sphere.client.shop.model.ShippingInfo
-
- getDeliveryId() - Method in class io.sphere.internal.command.OrderCommands.AddParcelToDelivery
-
- getDepartment() - Method in class io.sphere.client.shop.model.Address
-
The department.
- getDescription() - Method in class io.sphere.client.model.products.BackendCategory
-
Gets the description of this category.
- getDescription() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Description of this product.
- getDescription() - Method in class io.sphere.client.model.products.ProductData
-
Description of this product data.
- getDescription() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getDescription() - Method in class io.sphere.client.shop.model.Catalog
-
Description of this catalog.
- getDescription() - Method in class io.sphere.client.shop.model.Category
-
Description of this category.
- getDescription(Locale) - Method in class io.sphere.client.shop.model.Category
-
Description of this category for a given locale.
- getDescription() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getDescription() - Method in class io.sphere.client.shop.model.Product
-
Description of this product.
- getDescription(Locale) - Method in class io.sphere.client.shop.model.Product
-
- getDescription(Locale...) - Method in class io.sphere.client.shop.model.Product
-
Will try the given locales to retrieve the translated description until it finds a non-empty one.
- getDescription() - Method in class io.sphere.client.shop.model.ProductDiscount
-
- getDescription() - Method in class io.sphere.client.shop.model.ShippingMethod
-
The description of the shipping method.
- getDescription() - Method in class io.sphere.client.shop.model.TaxCategory
-
The description of the tax category.
- getDescription() - Method in class io.sphere.client.shop.model.Zone
-
The description of the zone.
- getDetailedErrorMessage() - Method in class io.sphere.client.SphereError.InvalidJsonInput
-
- getDiscount() - Method in class io.sphere.client.shop.model.DiscountedLineItemPortion
-
- getDiscount() - Method in class io.sphere.client.shop.model.DiscountedPrice
-
- getDiscountCode() - Method in class io.sphere.client.shop.model.DiscountCodeWithState
-
- getDiscountCode() - Method in class io.sphere.internal.command.CartCommands.RemoveDiscountCode
-
- getDiscountCodes() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The references to the discount codes applied to this cart.
- getDiscounted() - Method in class io.sphere.client.shop.model.Price
-
- getDiscountedAmount() - Method in class io.sphere.client.shop.model.DiscountedLineItemPortion
-
- getDiscountedPrice() - Method in class io.sphere.client.shop.model.LineItem
-
- getDiscountValue() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getDouble(String) - Method in class io.sphere.client.model.products.BackendProductProjection
-
Returns the value of a custom number attribute.
- getDouble() - Method in class io.sphere.client.shop.model.Attribute
-
If this is a number attribute, returns the double value.
- getDouble(String) - Method in class io.sphere.client.shop.model.Product
-
Returns the value of a custom number attribute.
- getDouble(String) - Method in class io.sphere.client.shop.model.Variant
-
Returns the value of a custom number attribute.
- getDuplicateValue() - Method in class io.sphere.client.SphereError.DuplicateField
-
The offending duplicate value.
- getEmail() - Method in class io.sphere.client.shop.model.Address
-
The email.
- getEmail() - Method in class io.sphere.client.shop.model.Customer
-
Email address of the customer.
- getEmail() - Method in class io.sphere.client.shop.SignUpBuilder
-
- getEmail() - Method in class io.sphere.internal.command.CartCommands.LoginWithAnonymousCart
-
- getEmail() - Method in class io.sphere.internal.command.CartCommands.SetCustomerEmail
-
- getEmail() - Method in class io.sphere.internal.command.CustomerCommands.ChangeEmail
-
- getEmail() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getEmail() - Method in class io.sphere.internal.command.CustomerCommands.CreatePasswordResetToken
-
- getEmail() - Method in class io.sphere.internal.command.CustomerCommands.SignIn
-
- getEnum() - Method in class io.sphere.client.shop.model.Attribute
-
If this is an enum attribute, returns the value.
- getEnum(String) - Method in class io.sphere.client.shop.model.Product
-
Returns the value of a custom Enum attribute.
- getEnum(String) - Method in class io.sphere.client.shop.model.Variant
-
Returns the value of a custom Enum attribute.
- getError(Class<T>) - Method in class io.sphere.client.SphereResult
-
If this is an erroneous result containing an exception of given type (or its subtype), returns it.
- getError(SphereBackendException, Class<T>) - Static method in class io.sphere.internal.util.Util
-
If the exception contains an one error of given type, returns it.
- getError() - Method in class io.sphere.internal.util.Validation
-
If this is a successful result, returns the value.
- getErrors() - Method in exception io.sphere.client.exceptions.SphereBackendException
-
The individual errors.
- getErrors() - Method in class io.sphere.internal.errors.SphereErrorResponse
-
The individual errors.
- getExpectedDelivery() - Method in class io.sphere.client.shop.model.InventoryEntry
-
- getExpectedDelivery() - Method in class io.sphere.internal.command.InventoryEntryCommands.CreateInventoryEntry
-
- getExpectedDelivery() - Method in class io.sphere.internal.command.InventoryEntryCommands.SetExpectedDelivery
-
- getExpiresAt() - Method in class io.sphere.client.shop.model.CustomerToken
-
Date and time when this token will expire.
- getExpiresIn() - Method in class io.sphere.client.oauth.Tokens
-
- getExtension(String) - Static method in class io.sphere.internal.util.Url
-
Given "http://foo/bar.jpg" returns ".jpg".
- getExternalId() - Method in class io.sphere.client.shop.model.Customer
-
- getExternalId() - Method in class io.sphere.client.shop.model.SyncInfo
-
- getExternalId() - Method in class io.sphere.client.shop.SignUpBuilder
-
- getExternalId() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getExternalId() - Method in class io.sphere.internal.command.CustomerCommands.SetExternalId
-
- getExternalId() - Method in class io.sphere.internal.command.OrderCommands.UpdateSyncInfo
-
- getFacetsRaw() - Method in class io.sphere.client.model.SearchResult
-
Returns all the facet results exactly in the format as they were returned by the backend.
- getFeaturedImage() - Method in class io.sphere.client.model.products.BackendProductProjection
-
- getFeaturedImage() - Method in class io.sphere.client.shop.model.Product
-
- getFeaturedImage() - Method in class io.sphere.client.shop.model.Variant
-
The main image for this variant - the first image in the
images
list.
- getField() - Method in class io.sphere.client.SphereError.DuplicateField
-
The name of the field.
- getField() - Method in class io.sphere.client.SphereError.InvalidField
-
The name of the field.
- getField() - Method in class io.sphere.client.SphereError.RequiredField
-
The name of the field.
- getFieldName() - Method in class io.sphere.client.model.EmptyReference
-
A field name hinting where this reference was used.
- getFilterType() - Method in class io.sphere.internal.filters.FilterExpressionBase
-
- getFirstName() - Method in class io.sphere.client.shop.model.Address
-
The first name of the addressee.
- getFirstName() - Method in class io.sphere.client.shop.model.CustomerName
-
Customer's first name.
- getFirstName() - Method in class io.sphere.internal.command.CustomerCommands.ChangeName
-
- getFirstName() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getFreeAbove() - Method in class io.sphere.client.shop.model.ShippingRate
-
The shipping is free if the order total (the sum of line item prices) exceeds the freeAbove value.
- getFrom() - Method in class io.sphere.client.model.facets.DateTimeRangeFacetItem
-
The lower endpoint of this range.
- getFrom() - Method in class io.sphere.client.model.facets.MoneyRangeFacetItem
-
The lower endpoint of this range.
- getFrom() - Method in class io.sphere.client.model.facets.NumberRangeFacetItem
-
The lower endpoint of this range.
- getFrom() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
The lower endpoint of this range.
- getGenericError() - Method in class io.sphere.client.SphereResult
-
If this is an erroneous result, returns the exception representing the error returned by the backend.
- getHeight() - Method in class io.sphere.client.shop.model.Dimensions
-
Image height in pixels.
- getHeight() - Method in class io.sphere.client.shop.model.ScaledImage
-
Height of this image in pixels.
- getHeightInMillimeter() - Method in class io.sphere.client.shop.model.ParcelMeasurements
-
- getHttpSession() - Method in class sphere.Session
-
- getId() - Method in class io.sphere.client.model.EmptyReference
-
- getId() - Method in class io.sphere.client.model.products.BackendCategory
-
The unique id.
- getId() - Method in class io.sphere.client.model.products.BackendProduct
-
The unique id.
- getId() - Method in class io.sphere.client.model.products.BackendProductProjection
-
The unique id.
- getId() - Method in class io.sphere.client.model.Reference
-
Id of the object this reference represents.
- getId() - Method in class io.sphere.client.model.ReferenceId
-
Id of the object this reference represents.
- getId() - Method in class io.sphere.client.model.VersionedId
-
The id.
- getId() - Method in class io.sphere.client.shop.model.Address
-
The id of the address, assigned by the Sphere backend.
- getId() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getId() - Method in class io.sphere.client.shop.model.Catalog
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.Category
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.Channel
-
- getId() - Method in class io.sphere.client.shop.model.Comment
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.Customer
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.CustomerGroup
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.CustomLineItem
-
Unique id of this line item.
- getId() - Method in class io.sphere.client.shop.model.Delivery
-
- getId() - Method in class io.sphere.client.shop.model.DeliveryItem
-
the id of a line item or a custom line item in the order.
- getId() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getId() - Method in class io.sphere.client.shop.model.InventoryEntry
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.LineItem
-
Unique id of this line item.
- getId() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.Parcel
-
- getId() - Method in class io.sphere.client.shop.model.Product
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.ProductDiscount
-
- getId() - Method in class io.sphere.client.shop.model.Review
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.ShippingMethod
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.TaxCategory
-
The unique id.
- getId() - Method in class io.sphere.client.shop.model.Variant
-
Unique id of this variant.
- getId() - Method in class io.sphere.client.shop.model.Zone
-
The unique id.
- getId() - Method in class io.sphere.internal.command.CommandBase
-
- getIdAndVersion() - Method in class io.sphere.client.model.products.BackendCategory
-
- getIdAndVersion() - Method in class io.sphere.client.model.products.BackendProduct
-
- getIdAndVersion() - Method in class io.sphere.client.model.products.BackendProductProjection
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Catalog
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Category
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Channel
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Comment
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Customer
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.CustomerGroup
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.InventoryEntry
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The
id
with version at which this object was fetched.
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Product
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Review
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.ShippingMethod
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.TaxCategory
-
- getIdAndVersion() - Method in class io.sphere.client.shop.model.Zone
-
- getIdOrNull(Http.Session, String, String) - Static method in class sphere.util.SessionUtil
-
- getImages() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Images attached to this product.
- getImages() - Method in class io.sphere.client.shop.model.Product
-
Images attached to this product.
- getImages() - Method in class io.sphere.client.shop.model.Variant
-
Images attached to this variant.
- getIncludedDiscounts() - Method in class io.sphere.client.shop.model.DiscountedLineItemPrice
-
- getInstance() - Static method in class sphere.Sphere
-
Returns a thread-safe client for accessing the Sphere APIs.
- getInt(String) - Method in class io.sphere.client.model.products.BackendProductProjection
-
Returns the value of a custom number attribute.
- getInt() - Method in class io.sphere.client.shop.model.Attribute
-
If this is a number attribute, returns the integer value.
- getInt(String) - Method in class io.sphere.client.shop.model.Product
-
Returns the value of a custom number attribute.
- getInt(String) - Method in class io.sphere.client.shop.model.Variant
-
Returns the value of a custom number attribute.
- getIntOrNull(Http.Session, String) - Static method in class sphere.util.SessionUtil
-
- getInvalidValue() - Method in class io.sphere.client.SphereError.InvalidField
-
The invalid value.
- getInventoryMode() - Method in class io.sphere.client.shop.model.Cart
-
Defines the cart behavior regarding inventory management.
- getInventoryMode() - Method in class io.sphere.internal.command.CartCommands.CreateCart
-
- getItems() - Method in class io.sphere.client.model.facets.DateTimeRangeFacetResult
-
A list of individual items for this date range facet and their respective counts.
- getItems() - Method in class io.sphere.client.model.facets.MoneyRangeFacetResult
-
A list of individual ranges for this money range facet and their respective counts.
- getItems() - Method in class io.sphere.client.model.facets.NumberRangeFacetResult
-
A list of individual ranges for this money range facet and their respective counts.
- getItems() - Method in class io.sphere.client.model.facets.RangeFacetResultRaw
-
A list of individual ranges for this range facet and their respective counts.
- getItems() - Method in class io.sphere.client.model.facets.TermFacetResult
-
A list of individual values for this facet and their respective counts.
- getItems() - Method in class io.sphere.client.shop.model.Delivery
-
Collects the ids and quantities of shipped line items and custom line items.
- getItems() - Method in class io.sphere.internal.command.OrderCommands.AddDelivery
-
- getKey() - Method in class io.sphere.client.model.CustomObject
-
- getKey() - Method in class io.sphere.client.shop.model.Channel
-
- getKey() - Method in class io.sphere.client.shop.model.LocalizableEnum
-
- getKey() - Method in class io.sphere.internal.command.ChannelCommands.ChangeKey
-
- getKey() - Method in class io.sphere.internal.command.ChannelCommands.CreateChannel
-
- getKey() - Method in class io.sphere.internal.command.CustomObjectCommands.CreateOrUpdateCustomObject
-
- getLabel() - Method in class io.sphere.client.shop.model.Image
-
Optional label of this image, useful for rendering image description or alt attribute.
- getLabel() - Method in class io.sphere.client.shop.model.LocalizableEnum
-
- getLabel() - Method in class io.sphere.client.shop.model.ScaledImage
-
Optional label of this image, useful for rendering image description or alt attribute.
- getLastModifiedAt() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getLastModifiedAt() - Method in class io.sphere.client.shop.model.Comment
-
Date and time when this comment was last modified.
- getLastModifiedAt() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getLastModifiedAt() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The date and time when this object was last modified.
- getLastModifiedAt() - Method in class io.sphere.client.shop.model.ProductDiscount
-
- getLastModifiedAt() - Method in class io.sphere.client.shop.model.Review
-
Time when this review was last modified, in UTC.
- getLastName() - Method in class io.sphere.client.shop.model.Address
-
The last name of the addressee.
- getLastName() - Method in class io.sphere.client.shop.model.CustomerName
-
Customer's last name.
- getLastName() - Method in class io.sphere.internal.command.CustomerCommands.ChangeName
-
- getLastName() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getLengthInMillimeter() - Method in class io.sphere.client.shop.model.ParcelMeasurements
-
- getLevel() - Method in class io.sphere.client.shop.model.Category
-
The depth at which this category is in the category tree.
- getLineItemById(String) - Method in class io.sphere.client.shop.model.LineItemContainer
-
- getLineItemId() - Method in class io.sphere.internal.command.CartCommands.ChangeLineItemQuantity
-
- getLineItemId() - Method in class io.sphere.internal.command.CartCommands.RemoveLineItem
-
- getLineItemIds() - Method in exception io.sphere.client.exceptions.OutOfStockException
-
Ids of the line items that are out of stock.
- getLineItemIds() - Method in exception io.sphere.client.exceptions.PriceChangedException
-
Ids of the line items for which the price, tax or shipping changed.
- getLineItemIds() - Method in class io.sphere.client.SphereError.OutOfStock
-
Ids of the line items that are out of stock.
- getLineItemIds() - Method in class io.sphere.client.SphereError.PriceChanged
-
Ids of the line items for which the price, tax or shipping changed.
- getLineItems() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The items in this cart or order.
- getLineItemTotalPrice() - Method in class io.sphere.client.shop.model.LineItemContainer
-
Calculates the total of all line items (without the custom line items).
- getLocales() - Method in class io.sphere.client.model.LocalizedString
-
Returns all available locales.
- getLocalizableEnum() - Method in class io.sphere.client.shop.model.Attribute
-
If this is a localized enum attribute, returns the localized enum value.
- getLocalizedSlug() - Method in class io.sphere.client.shop.model.Category
-
- getLocalizedString() - Method in class io.sphere.client.shop.model.Attribute
-
If this is a localized string attribute, returns the localized string value.
- getLocations() - Method in class io.sphere.client.shop.model.Zone
-
The locations that belong to the zone.
- getMasterData() - Method in class io.sphere.client.model.products.BackendProduct
-
The master catalog data.
- getMasterVariant() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Master (or 'default') variant of this product.
- getMasterVariant() - Method in class io.sphere.client.model.products.ProductData
-
Master (or 'default') variant of this product data.
- getMasterVariant() - Method in class io.sphere.client.shop.model.Product
-
Master variant of this product.
- getMax() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
Maximum value that falls into this range, or 0 if none.
- getMaxApplications() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getMaxApplicationsPerCustomer() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getMean() - Method in class io.sphere.client.model.facets.DateTimeRangeFacetItem
-
Arithmetic mean of values that fall into this range.
- getMean() - Method in class io.sphere.client.model.facets.MoneyRangeFacetItem
-
Arithmetic mean of values that fall into this range.
- getMean() - Method in class io.sphere.client.model.facets.NumberRangeFacetItem
-
Arithmetic mean of values that fall into this range.
- getMean() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
Arithmetic mean of values that fall into this range, or 0 if none.
- getMeasurements() - Method in class io.sphere.client.shop.model.Parcel
-
- getMeasurements() - Method in class io.sphere.internal.command.OrderCommands.AddParcelToDelivery
-
- getMessage() - Method in exception io.sphere.client.exceptions.SphereBackendException
-
The message of the first error, for convenience.
- getMessage() - Method in class io.sphere.client.SphereError
-
The error message.
- getMessage() - Method in class io.sphere.internal.errors.SphereErrorResponse
-
The message of the first error, for convenience.
- getMetaDescription() - Method in class io.sphere.client.model.products.BackendProductProjection
-
HTML meta description for product page.
- getMetaDescription() - Method in class io.sphere.client.model.products.ProductData
-
HTML meta description for product page.
- getMetaDescription() - Method in class io.sphere.client.shop.model.Product
-
HTML meta description for product page.
- getMetaDescription(Locale) - Method in class io.sphere.client.shop.model.Product
-
- getMetaDescription(Locale...) - Method in class io.sphere.client.shop.model.Product
-
Will try the given locales to retrieve the translated meta description until it finds a non-empty one.
- getMetaKeywords() - Method in class io.sphere.client.model.products.BackendProductProjection
-
HTML meta keywords for product page.
- getMetaKeywords() - Method in class io.sphere.client.model.products.ProductData
-
HTML meta keywords for product page.
- getMetaKeywords() - Method in class io.sphere.client.shop.model.Product
-
HTML meta keywords for product page.
- getMetaKeywords(Locale) - Method in class io.sphere.client.shop.model.Product
-
- getMetaKeywords(Locale...) - Method in class io.sphere.client.shop.model.Product
-
Will try the given locales to retrieve the translated meta keywords until it finds a non-empty one.
- getMetaTitle() - Method in class io.sphere.client.model.products.BackendProductProjection
-
HTML title for product page.
- getMetaTitle() - Method in class io.sphere.client.model.products.ProductData
-
HTML title for product page.
- getMetaTitle() - Method in class io.sphere.client.shop.model.Product
-
HTML title for product page.
- getMetaTitle(Locale) - Method in class io.sphere.client.shop.model.Product
-
- getMetaTitle(Locale...) - Method in class io.sphere.client.shop.model.Product
-
Will try the given locales to retrieve the translated meta title until it finds a non-empty one.
- getMethod() - Method in class io.sphere.internal.request.RequestHolderImpl
-
The HTTP method of the request, for debugging purposes.
- getMethod() - Method in interface io.sphere.internal.request.TestableRequestHolder
-
The HTTP method of the request.
- getMiddleName() - Method in class io.sphere.client.shop.model.CustomerName
-
Customer's middle name.
- getMiddleName() - Method in class io.sphere.internal.command.CustomerCommands.ChangeName
-
- getMiddleName() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getMin() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
Minimum value that falls into this range, or 0 if none.
- getMissingValueCount() - Method in class io.sphere.client.model.facets.TermFacetResult
-
The number of resources in the search result that have no value for this facet.
- getMobile() - Method in class io.sphere.client.shop.model.Address
-
The mobile phone number.
- getMoney(String) - Method in class io.sphere.client.model.products.BackendProductProjection
-
Returns the value of a custom money attribute.
- getMoney() - Method in class io.sphere.client.shop.model.AbsoluteDiscount
-
The array contains money values in different currencies.
- getMoney() - Method in class io.sphere.client.shop.model.Attribute
-
If this is a money attribute, returns the money value.
- getMoney() - Method in class io.sphere.client.shop.model.CustomLineItem
-
The amount (price) of this line item.
- getMoney(String) - Method in class io.sphere.client.shop.model.Product
-
Returns the value of a custom money attribute.
- getMoney(String) - Method in class io.sphere.client.shop.model.Variant
-
Returns the value of a custom money attribute.
- getMoney() - Method in class io.sphere.internal.command.CartCommands.AddCustomLineItem
-
- getMoneyRangeFacet(MoneyRangeFacet) - Method in class io.sphere.client.model.SearchResult
-
Finds a facet result for a Money range facet.
- getName() - Method in class io.sphere.client.model.products.BackendCategory
-
Gets the name of this category.
- getName() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Name of this product.
- getName() - Method in class io.sphere.client.model.products.ProductData
-
Name of this product data.
- getName() - Method in class io.sphere.client.QueryParam
-
- getName() - Method in class io.sphere.client.shop.model.Attribute
-
Name of this custom attribute.
- getName() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getName() - Method in class io.sphere.client.shop.model.Catalog
-
Display name of this catalog.
- getName() - Method in class io.sphere.client.shop.model.Category
-
Name of this category.
- getName(Locale) - Method in class io.sphere.client.shop.model.Category
-
- getName() - Method in class io.sphere.client.shop.model.Customer
-
Customer's name.
- getName() - Method in class io.sphere.client.shop.model.CustomerGroup
-
The name of the customer group.
- getName() - Method in class io.sphere.client.shop.model.CustomLineItem
-
The localized name of this line item.
- getName() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getName() - Method in class io.sphere.client.shop.model.Product
-
Name of this product.
- getName(Locale) - Method in class io.sphere.client.shop.model.Product
-
- getName(Locale...) - Method in class io.sphere.client.shop.model.Product
-
Will try the given locales to retrieve the translated name until it finds a non-empty one.
- getName() - Method in class io.sphere.client.shop.model.ShippingMethod
-
The name of the shipping method.
- getName() - Method in class io.sphere.client.shop.model.TaxCategory
-
The name of the tax category.
- getName() - Method in class io.sphere.client.shop.model.TaxRate
-
The name of the tax rate, such as 'General tax (19%)'.
- getName() - Method in class io.sphere.client.shop.model.Zone
-
The name of the zone.
- getName() - Method in class io.sphere.internal.command.CartCommands.AddCustomLineItem
-
- getName() - Method in class io.sphere.internal.command.ProductCommands.SetAttribute
-
- getNewPassword() - Method in class io.sphere.internal.command.CustomerCommands.ChangePassword
-
- getNewPassword() - Method in class io.sphere.internal.command.CustomerCommands.ResetCustomerPassword
-
- getNotReturnedCount() - Method in class io.sphere.client.model.facets.TermFacetResult
-
The number of resources that have some value for the facet but were not returned.
- getNumberRangeFacet(RangeFacet) - Method in class io.sphere.client.model.SearchResult
-
Finds a facet result for a number range facet.
- getOffset() - Method in class io.sphere.client.model.QueryResult
-
Offset from the start, begins at 0.
- getOffset() - Method in class io.sphere.client.model.SearchResult
-
- getOrderHint() - Method in class io.sphere.client.model.products.BackendCategory
-
Gets a hint for custom category sorters.
- getOrderHint() - Method in class io.sphere.client.shop.model.Category
-
Gets a hint for custom category sorters.
- getOrderNumber() - Method in class io.sphere.client.shop.CreateOrderBuilder
-
- getOrderNumber() - Method in class io.sphere.client.shop.model.Order
-
String that uniquely identifies an order.
- getOrderNumber() - Method in class io.sphere.internal.command.CartCommands.OrderCart
-
- getOrderState() - Method in class io.sphere.client.shop.model.Order
-
State in which this order is.
- getOriginalExpiresInSeconds() - Method in class io.sphere.internal.oauth.AccessToken
-
- getPageSize() - Method in class io.sphere.client.model.SearchResult
-
- getParcels() - Method in class io.sphere.client.shop.model.Delivery
-
The parcels that contains the items.
- getParent() - Method in class io.sphere.client.model.products.BackendCategory
-
Gets a reference to the parent category.
- getParent() - Method in class io.sphere.client.shop.model.Category
-
Parent category of this category.
- getPassword() - Method in class io.sphere.client.shop.SignUpBuilder
-
- getPassword() - Method in class io.sphere.internal.command.CartCommands.LoginWithAnonymousCart
-
- getPassword() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getPassword() - Method in class io.sphere.internal.command.CustomerCommands.SignIn
-
- getPathInTree() - Method in class io.sphere.client.shop.model.Category
-
The path to this category in the category tree, starting with the root and ending with this category.
- getPaymentState() - Method in class io.sphere.client.shop.CreateOrderBuilder
-
- getPaymentState() - Method in class io.sphere.client.shop.model.Order
-
State of the payment for this order.
- getPaymentState() - Method in class io.sphere.internal.command.CartCommands.OrderCart
-
- getPaymentState() - Method in class io.sphere.internal.command.OrderCommands.UpdatePaymentState
-
- getPermyriad() - Method in class io.sphere.client.shop.model.RelativeDiscount
-
Per ten thousand.
- getPhone() - Method in class io.sphere.client.shop.model.Address
-
The phone number.
- getPoBox() - Method in class io.sphere.client.shop.model.Address
-
The post-office box.
- getPOBox() - Method in class io.sphere.client.shop.model.Address
-
The post office box.
- getPostalCode() - Method in class io.sphere.client.shop.model.Address
-
The postal code.
- getPredicate() - Method in class io.sphere.client.shop.model.LineItemsTargetPredicate
-
- getPredicate() - Method in class io.sphere.client.shop.model.ProductDiscount
-
- getPresentValueCount() - Method in class io.sphere.client.model.facets.TermFacetResult
-
The number of resources in the search result that have some value for this facet.
- getPrice() - Method in class io.sphere.client.model.products.BackendProductProjection
-
The first price of this product.
- getPrice() - Method in class io.sphere.client.shop.model.LineItem
-
The price.
- getPrice() - Method in class io.sphere.client.shop.model.Product
-
The first price of this product.
- getPrice() - Method in class io.sphere.client.shop.model.ShippingInfo
-
The cost of the shipping.
- getPrice() - Method in class io.sphere.client.shop.model.ShippingRate
-
The price of the shipping.
- getPrice() - Method in class io.sphere.client.shop.model.Variant
-
The first price of this variant.
- getPrice(String, CountryCode, Reference<CustomerGroup>) - Method in class io.sphere.client.shop.model.Variant
-
Selects price for the given currency, country and customer group.
- getPrice(String, CountryCode) - Method in class io.sphere.client.shop.model.Variant
-
Selects a price for the given currency and country, defined for all customer groups.
- getPrice(String, Reference<CustomerGroup>) - Method in class io.sphere.client.shop.model.Variant
-
Selects a price for the given currency and customer group, defined for all countries.
- getPrice(String) - Method in class io.sphere.client.shop.model.Variant
-
Selects a price for the given currency, defined for all countries and all customer groups.
- getPrices() - Method in class io.sphere.client.model.products.BackendProductProjection
-
The prices of this product.
- getPrices() - Method in class io.sphere.client.shop.model.Product
-
The prices of this product.
- getPrices() - Method in class io.sphere.client.shop.model.Variant
-
Price of this variant.
- getPrices() - Method in class io.sphere.client.SphereError.DuplicateVariantValues
-
The offending prices.
- getProductId() - Method in class io.sphere.client.shop.model.Comment
-
Id of the product this comment is attached to.
- getProductId() - Method in class io.sphere.client.shop.model.LineItem
-
Unique id of the product.
- getProductId() - Method in class io.sphere.client.shop.model.Review
-
Id of the product for which this review was written.
- getProductId() - Method in class io.sphere.internal.command.CartCommands.AddLineItemFromMasterVariant
-
- getProductId() - Method in class io.sphere.internal.command.CommentCommands.CreateComment
-
- getProductId() - Method in class io.sphere.internal.command.ReviewCommands.CreateReview
-
- getProductName() - Method in class io.sphere.client.shop.model.LineItem
-
Name of the product.
- getProductName(Locale) - Method in class io.sphere.client.shop.model.LineItem
-
- getProjectKey() - Method in class io.sphere.client.shop.SphereClientConfig
-
The key of the Sphere project accessed by this client.
- getProvider() - Method in class io.sphere.client.shop.model.TrackingData
-
- getProviderTransaction() - Method in class io.sphere.client.shop.model.TrackingData
-
- getQuantity() - Method in class io.sphere.client.shop.model.CustomLineItem
-
Number of items.
- getQuantity() - Method in class io.sphere.client.shop.model.DeliveryItem
-
the number of items present in the delivery
- getQuantity() - Method in class io.sphere.client.shop.model.LineItem
-
Number of items ordered.
- getQuantity() - Method in class io.sphere.internal.command.CartCommands.AddCustomLineItem
-
- getQuantity() - Method in class io.sphere.internal.command.CartCommands.AddLineItemFromMasterVariant
-
- getQuantity() - Method in class io.sphere.internal.command.CartCommands.ChangeLineItemQuantity
-
- getQuantity() - Method in class io.sphere.internal.command.CartCommands.DecreaseLineItemQuantity
-
- getQuantity() - Method in class io.sphere.internal.command.InventoryEntryCommands.AddQuantity
-
- getQuantity() - Method in class io.sphere.internal.command.InventoryEntryCommands.RemoveQuantity
-
- getQuantity() - Method in class sphere.CurrentCart
-
Returns the number of items in the cart.
- getQuantityOnStock() - Method in class io.sphere.client.shop.model.InventoryEntry
-
Current quantity on stock.
- getQuantityOnStock() - Method in class io.sphere.internal.command.InventoryEntryCommands.CreateInventoryEntry
-
- getQueryParamName() - Method in class io.sphere.internal.filters.UserInputFilterBase
-
- getQueryParams() - Method in class io.sphere.internal.request.RequestHolderImpl
-
The query parameters of the request, for debugging purposes.
- getRate() - Method in class io.sphere.client.shop.model.TaxPortion
-
The tax rate of this portion.
- getRates() - Method in class io.sphere.client.shop.model.TaxCategory
-
The tax rates.
- getRating() - Method in class io.sphere.client.shop.model.Product
-
Represents the accumulated review scores for the product.
- getRaw(Locale) - Method in class io.sphere.client.model.LocalizedString
-
- getReference() - Method in class io.sphere.client.shop.model.Channel
-
- getReferenceId() - Method in class io.sphere.client.shop.model.TaxCategory
-
The ReferenceId for this tax category.
- getRefreshToken() - Method in class io.sphere.client.oauth.Tokens
-
- getRegion() - Method in class io.sphere.client.shop.model.Address
-
The region.
- getRemaniningMs() - Method in class io.sphere.internal.oauth.AccessToken
-
- getRequestHolder() - Method in class io.sphere.internal.request.CommandRequestImpl
-
- getRequestHolder() - Method in class io.sphere.internal.request.FetchRequestImpl
-
- getRequestHolder() - Method in class io.sphere.internal.request.FetchRequestWithErrorHandling
-
- getRequestHolder() - Method in class io.sphere.internal.request.QueryRequestImpl
-
- getRequestHolder() - Method in class io.sphere.internal.request.SearchRequestImpl
-
- getRequestHolder() - Method in interface io.sphere.internal.request.TestableRequest
-
Returns the internal request holder, for testing purposes.
- getRequestUrl() - Method in exception io.sphere.client.exceptions.SphereBackendException
-
Sphere web service endpoint where the request was sent.
- getRestockableInDays() - Method in class io.sphere.client.shop.model.InventoryEntry
-
The number of days required to restock the product variant.
- getRestockableInDays() - Method in class io.sphere.client.shop.model.VariantAvailability
-
The number of days required to restock the product variant.
- getRestockableInDays() - Method in class io.sphere.internal.command.InventoryEntryCommands.CreateInventoryEntry
-
- getRestockableInDays() - Method in class io.sphere.internal.command.InventoryEntryCommands.SetRestockableInDays
-
- getResult(SearchResult<T>) - Method in interface io.sphere.client.facets.DateTimeRangeFacet
-
Returns the results for this facet.
- getResult(SearchResult<T>) - Method in class io.sphere.client.facets.Facets.DateTimeAttribute.Ranges
-
- getResult(SearchResult<T>) - Method in class io.sphere.client.facets.Facets.MoneyAttribute.Ranges
-
- getResult(SearchResult<T>) - Method in class io.sphere.client.facets.Facets.NumberAttribute.Ranges
-
- getResult(SearchResult<T>) - Method in class io.sphere.client.facets.Facets.Price.Ranges
-
- getResult(SearchResult<T>) - Method in interface io.sphere.client.facets.MoneyRangeFacet
-
Returns the results for this facet.
- getResult(SearchResult<T>) - Method in interface io.sphere.client.facets.RangeFacet
-
Returns the results for this facet.
- getResult(SearchResult<T>) - Method in interface io.sphere.client.facets.TermFacet
-
Returns the results for this facet.
- getResult(SearchResult<T>) - Method in class io.sphere.internal.facets.AttributeTermFacetBase
-
- getResults() - Method in class io.sphere.client.model.QueryResult
-
The total results in the result set.
- getResults() - Method in class io.sphere.client.model.SearchResult
-
- getReviewRating() - Method in class io.sphere.client.model.products.BackendProduct
-
Represents the accumulated review scores for the product.
- getReviewRating() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Represents the accumulated review scores for the product.
- getRoles() - Method in class io.sphere.client.shop.model.Channel
-
- getRoles() - Method in class io.sphere.internal.command.ChannelCommands.AddRoles
-
- getRoles() - Method in class io.sphere.internal.command.ChannelCommands.CreateChannel
-
- getRoles() - Method in class io.sphere.internal.command.ChannelCommands.RemoveRoles
-
- getRoles() - Method in class io.sphere.internal.command.ChannelCommands.SetRoles
-
- getRootCategory() - Method in class io.sphere.client.shop.model.Catalog
-
Root of the category tree of this catalog.
- getRoots() - Method in interface io.sphere.client.shop.CategoryTree
-
Root categories (the ones that have no parent).
- getRoots(Comparator<Category>) - Method in interface io.sphere.client.shop.CategoryTree
-
Root categories (the ones that have no parent) sorted by comparator for the root level.
- getRoots() - Method in class io.sphere.internal.CategoryCache
-
- getRoots() - Method in class io.sphere.internal.CategoryTreeImpl
-
- getRoots(Comparator<Category>) - Method in class io.sphere.internal.CategoryTreeImpl
-
- getSalutation() - Method in class io.sphere.client.shop.model.Address
-
The salutation of the addressee (e.g.
- getScore() - Method in class io.sphere.client.shop.model.Review
-
Score of the review, in the range [0..1].
- getScore() - Method in class io.sphere.client.shop.model.ReviewRating
-
Average review score for a
Product
.
- getScore() - Method in class io.sphere.internal.command.ReviewCommands.CreateReview
-
- getScore() - Method in class io.sphere.internal.command.ReviewCommands.SetScore
-
- getSelectLink(T, Map<String, String[]>) - Method in interface io.sphere.client.facets.Facet
-
Adds given item of this facet to application's query string (i.e.
- getSelectLink(T, Map<String, String[]>) - Method in interface io.sphere.client.filters.MultiSelectFilter
-
Adds representation of given value to application's query string.
- getSelectLink(T, Map<String, String[]>) - Method in class io.sphere.internal.facets.FacetBase
-
Adds given item of this facet to application's query string (i.e.
- getSelectLink(T, Map<String, String[]>) - Method in class io.sphere.internal.filters.MultiSelectFilterBase
-
Adds representation of given value to application's query string.
- getSet(Class<T>) - Method in class io.sphere.client.shop.model.Attribute
-
- getShipmentState() - Method in class io.sphere.client.shop.model.Order
-
State of shipping for this order.
- getShipmentState() - Method in class io.sphere.internal.command.OrderCommands.UpdateShipmentState
-
- getShippingAddress() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The shipping address.
- getShippingInfo() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The shipping information.
- getShippingMethod() - Method in class io.sphere.client.shop.model.ShippingInfo
-
A reference to the shipping method.
- getShippingMethod() - Method in class io.sphere.internal.command.CartCommands.SetShippingMethod
-
- getShippingMethodName() - Method in class io.sphere.client.shop.model.ShippingInfo
-
The name of the shipping method.
- getShippingMethodName() - Method in class io.sphere.internal.command.CartCommands.SetCustomShippingMethod
-
- getShippingRate() - Method in class io.sphere.client.shop.model.ShippingInfo
-
The shipping rate that was used to determine the cost of the shipping.
- getShippingRate(Currency) - Method in class io.sphere.client.shop.model.ZoneRate
-
- getShippingRate() - Method in class io.sphere.internal.command.CartCommands.SetCustomShippingMethod
-
- getShippingRates() - Method in class io.sphere.client.shop.model.ZoneRate
-
The shipping rates for the zone.
- getSingleError(SphereBackendException, Class<T>) - Static method in class io.sphere.internal.util.Util
-
If the exception contains exactly one error and it is of given type, returns it.
- getSize(ImageSize) - Method in class io.sphere.client.shop.model.Image
-
Returns the variant of this image in one of standard sizes.
- getSize() - Method in class io.sphere.client.shop.model.ScaledImage
-
Size of this image.
- getSKU() - Method in class io.sphere.client.model.products.BackendProductProjection
-
SKU (Stock Keeping Unit identifier) of this product.
- getSku() - Method in class io.sphere.client.shop.model.InventoryEntry
-
The SKU of the product to which the inventory entry belongs.
- getSKU() - Method in class io.sphere.client.shop.model.Product
-
SKU (Stock Keeping Unit identifier) of this product.
- getSKU() - Method in class io.sphere.client.shop.model.Variant
-
SKU (Stock Keeping Unit) of this variant.
- getSKU() - Method in class io.sphere.client.SphereError.DuplicateVariantValues
-
The offending SKU.
- getSku() - Method in class io.sphere.internal.command.InventoryEntryCommands.CreateInventoryEntry
-
- getSlug() - Method in class io.sphere.client.model.products.BackendCategory
-
Gets the slug of this category.
- getSlug() - Method in class io.sphere.client.model.products.BackendProductProjection
-
URL friendly name of this product.
- getSlug() - Method in class io.sphere.client.model.products.ProductData
-
URL friendly name of this product data.
- getSlug() - Method in class io.sphere.client.shop.model.Category
-
URL-friendly slug of this category.
- getSlug(Locale) - Method in class io.sphere.client.shop.model.Category
-
- getSlug() - Method in class io.sphere.client.shop.model.CustomLineItem
-
The slug of the line item.
- getSlug() - Method in class io.sphere.client.shop.model.Product
-
URL friendly name of this product.
- getSlug(Locale) - Method in class io.sphere.client.shop.model.Product
-
- getSlug() - Method in class io.sphere.internal.command.CartCommands.AddCustomLineItem
-
- getSortOrder() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getSortOrder() - Method in class io.sphere.client.shop.model.ProductDiscount
-
- getSpecificErrorInternal() - Method in class io.sphere.client.SphereResult
-
Returns true if this result has a specific error.
- getStaged() - Method in class io.sphere.client.model.products.ProductCatalogData
-
The staged product data.
- getState() - Method in class io.sphere.client.shop.model.Address
-
The state.
- getState() - Method in class io.sphere.client.shop.model.DiscountCodeWithState
-
- getState() - Method in class io.sphere.client.shop.model.Location
-
The state of the location.
- getState() - Method in class io.sphere.client.shop.model.TaxRate
-
The state where this tax rate applies.
- getStatus() - Method in class io.sphere.internal.ChaosMode.HttpResponse
-
- getStatusCode() - Method in exception io.sphere.client.exceptions.SphereBackendException
-
The HTTP status code of the response.
- getStatusCode() - Method in class io.sphere.internal.errors.SphereErrorResponse
-
The HTTP status code.
- getStreetName() - Method in class io.sphere.client.shop.model.Address
-
The street name of the addressee.
- getStreetNumber() - Method in class io.sphere.client.shop.model.Address
-
The street number of the addressee.
- getString(String) - Method in class io.sphere.client.model.products.BackendProductProjection
-
Returns the value of a custom string attribute.
- getString() - Method in class io.sphere.client.shop.model.Attribute
-
If this is a string attribute, returns the string value.
- getString(String) - Method in class io.sphere.client.shop.model.Product
-
Returns the value of a custom string attribute.
- getString(String) - Method in class io.sphere.client.shop.model.Variant
-
Returns the value of a custom string attribute.
- getSum() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
Sum of values that fall into this range, or 0 if none.
- getSupplyChannel() - Method in class io.sphere.client.shop.model.InventoryEntry
-
The supply chanel of the inventory entry.
- getSupplyChannel() - Method in class io.sphere.client.shop.model.LineItem
-
The optional assigned Channel for this LineItem.
- getSupplyChannel() - Method in class io.sphere.internal.command.CartCommands.AddLineItemFromMasterVariant
-
- getSupplyChannel() - Method in class io.sphere.internal.command.InventoryEntryCommands.CreateInventoryEntry
-
- getSyncedAt() - Method in class io.sphere.client.shop.model.SyncInfo
-
- getSyncedAt() - Method in class io.sphere.internal.command.OrderCommands.UpdateSyncInfo
-
- getSyncInfo() - Method in class io.sphere.client.shop.model.Order
-
- getTarget() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getTaxCategory() - Method in class io.sphere.client.model.products.BackendProduct
-
The tax category of this product.
- getTaxCategory() - Method in class io.sphere.client.model.products.BackendProductProjection
-
The tax category of this product.
- getTaxCategory() - Method in class io.sphere.client.shop.model.CustomLineItem
-
The tax category of the custom line item.
- getTaxCategory() - Method in class io.sphere.client.shop.model.Product
-
The tax category of this product.
- getTaxCategory() - Method in class io.sphere.client.shop.model.ShippingInfo
-
A reference to the tax category of the shipping method.
- getTaxCategory() - Method in class io.sphere.client.shop.model.ShippingMethod
-
The tax category of the shipping method.
- getTaxCategory() - Method in class io.sphere.internal.command.CartCommands.AddCustomLineItem
-
- getTaxCategory() - Method in class io.sphere.internal.command.CartCommands.SetCustomShippingMethod
-
- getTaxCategoryService() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to shop's tax categories.
- getTaxedPrice() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The taxed total price, defined only when the shipping address is set.
- getTaxPortions() - Method in class io.sphere.client.shop.model.TaxedPrice
-
The portions for individual tax rates.
- getTaxRate() - Method in class io.sphere.client.shop.model.CustomLineItem
-
The tax rate of this line item.
- getTaxRate() - Method in class io.sphere.client.shop.model.LineItem
-
The tax rate of this line item.
- getTaxRate() - Method in class io.sphere.client.shop.model.ShippingInfo
-
The tax rate of the shipping method.
- getTermFacet(TermFacet) - Method in class io.sphere.client.model.SearchResult
-
Finds a facet result for a terms facet.
- getText() - Method in class io.sphere.client.shop.model.Comment
-
Text of this comment.
- getText() - Method in class io.sphere.client.shop.model.Review
-
Text of the review.
- getText() - Method in class io.sphere.internal.command.CommentCommands.CreateComment
-
- getText() - Method in class io.sphere.internal.command.CommentCommands.SetText
-
- getText() - Method in class io.sphere.internal.command.ReviewCommands.CreateReview
-
- getText() - Method in class io.sphere.internal.command.ReviewCommands.SetText
-
- getTitle() - Method in class io.sphere.client.shop.model.Address
-
The title of the addressee (e.g.
- getTitle() - Method in class io.sphere.client.shop.model.Comment
-
Title of this comment.
- getTitle() - Method in class io.sphere.client.shop.model.CustomerName
-
Customer's title.
- getTitle() - Method in class io.sphere.client.shop.model.Review
-
Title of the review.
- getTitle() - Method in class io.sphere.internal.command.CommentCommands.CreateComment
-
- getTitle() - Method in class io.sphere.internal.command.CommentCommands.SetTitle
-
- getTitle() - Method in class io.sphere.internal.command.CustomerCommands.ChangeName
-
- getTitle() - Method in class io.sphere.internal.command.CustomerCommands.CreateCustomer
-
- getTitle() - Method in class io.sphere.internal.command.ReviewCommands.CreateReview
-
- getTitle() - Method in class io.sphere.internal.command.ReviewCommands.SetTitle
-
- getTo() - Method in class io.sphere.client.model.facets.DateTimeRangeFacetItem
-
The upper endpoint of this range.
- getTo() - Method in class io.sphere.client.model.facets.MoneyRangeFacetItem
-
The upper endpoint of this range.
- getTo() - Method in class io.sphere.client.model.facets.NumberRangeFacetItem
-
The upper endpoint of this range.
- getTo() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
The upper endpoint of this range.
- getTokensForClient(String, String, String, String) - Method in class io.sphere.client.oauth.OAuthClient
-
Asynchronously gets access and refresh tokens for given user from the authorization server
using the Resource owner credentials flow.
- getTokenValue() - Method in class io.sphere.internal.command.CustomerCommands.ResetCustomerPassword
-
- getTokenValue() - Method in class io.sphere.internal.command.CustomerCommands.VerifyCustomerEmail
-
- getTotal() - Method in class io.sphere.client.model.QueryResult
-
The total number of results matching the query.
- getTotal() - Method in class io.sphere.client.model.SearchResult
-
- getTotalCount() - Method in class io.sphere.client.model.facets.RangeFacetItem
-
- getTotalGross() - Method in class io.sphere.client.shop.model.TaxedPrice
-
The total gross price (total price including tax).
- getTotalNet() - Method in class io.sphere.client.shop.model.TaxedPrice
-
The total net price (total price excluding tax).
- getTotalPages() - Method in class io.sphere.client.model.SearchResult
-
Returns the total number of pages.
- getTotalPrice() - Method in class io.sphere.client.shop.model.LineItem
-
The total price of this line item, that is price value times quantity.
- getTotalPrice() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The sum of prices of all line items (including custom line items) plus the shipping rate.
- getTotalPriceBeforeDiscount() - Method in class io.sphere.client.shop.model.LineItem
-
The total price of this line item before discount, that is price value times quantity.
- getTotalQuantity() - Method in class io.sphere.client.shop.model.LineItemContainer
-
The sum of quantities of line items.
- getTrackingData() - Method in class io.sphere.client.shop.model.Parcel
-
- getTrackingData() - Method in class io.sphere.internal.command.OrderCommands.AddParcelToDelivery
-
- getTrackingId() - Method in class io.sphere.client.shop.model.TrackingData
-
parcel tracking number
- getTTLMinutes() - Method in class io.sphere.internal.command.CustomerCommands.CreateEmailVerificationToken
-
- getTtlMinutes() - Method in class io.sphere.internal.command.CustomerCommands.CreatePasswordResetToken
-
- getTypeId() - Method in class io.sphere.client.model.EmptyReference
-
- getTypeId() - Method in class io.sphere.client.model.Reference
-
Type id of the object this reference represents, e.g.
- getTypeId() - Method in class io.sphere.client.model.ReferenceId
-
Type id of the object this reference represents, e.g.
- getUnderlyingQueryRequest() - Method in class io.sphere.internal.request.FetchRequestBasedOnQuery
-
- getUnderlyingRequest() - Method in class io.sphere.internal.request.ProductFetchRequest
-
- getUnderlyingRequest() - Method in class io.sphere.internal.request.ProductSearchRequest
-
- getUnitPrice() - Method in class io.sphere.client.shop.model.LineItem
-
The base price of this line item, for single unit.
- getUnitPriceBeforeDiscount() - Method in class io.sphere.client.shop.model.LineItem
-
The base price of this line item before discount, for single unit.
- getUnselectLink(T, Map<String, String[]>) - Method in interface io.sphere.client.facets.Facet
-
Removes given item of this facet from application's query string (i.e.
- getUnselectLink(T, Map<String, String[]>) - Method in interface io.sphere.client.filters.MultiSelectFilter
-
Removes representation of given value of this filter from application's query string.
- getUnselectLink(T, Map<String, String[]>) - Method in class io.sphere.internal.facets.FacetBase
-
Removes given item of this facet from application's query string (i.e.
- getUnselectLink(T, Map<String, String[]>) - Method in class io.sphere.internal.filters.MultiSelectFilterBase
-
Removes representation of given value of this filter from application's query string.
- getUpdatedTimestamp() - Method in class io.sphere.internal.oauth.AccessToken
-
- getUrl() - Method in class io.sphere.client.shop.model.ScaledImage
-
Url of this image.
- getUrl() - Method in class io.sphere.internal.request.RequestHolderImpl
-
The URL the request will be sent to, for debugging purposes.
- getUrl() - Method in interface io.sphere.internal.request.TestableRequestHolder
-
The url the request will be sent to.
- getUrlParams(T) - Method in interface io.sphere.client.facets.Facet
-
Returns application-level URL representation for given item of this facet.
- getUrlParams(DateTimeRangeFacetItem) - Method in class io.sphere.client.facets.Facets.DateTimeAttribute.Ranges
-
- getUrlParams(MoneyRangeFacetItem) - Method in class io.sphere.client.facets.Facets.MoneyAttribute.Ranges
-
- getUrlParams(NumberRangeFacetItem) - Method in class io.sphere.client.facets.Facets.NumberAttribute.Ranges
-
- getUrlParams(MoneyRangeFacetItem) - Method in class io.sphere.client.facets.Facets.Price.Ranges
-
- getUrlParams(Range<Double>) - Method in class io.sphere.client.filters.Filters.NumberAttribute.Selectable.Ranges
-
- getUrlParams(Double) - Method in class io.sphere.client.filters.Filters.NumberAttribute.Selectable.Values
-
- getUrlParams(Range<BigDecimal>) - Method in class io.sphere.client.filters.Filters.Price.Selectable.Ranges
-
- getUrlParams(BigDecimal) - Method in class io.sphere.client.filters.Filters.Price.Selectable.Values
-
- getUrlParams(String) - Method in class io.sphere.client.filters.Filters.StringAttribute.Selectable.Values
-
- getUrlParams(T) - Method in interface io.sphere.client.filters.MultiSelectFilter
-
Returns application-level URL representation for given value of this filter.
- getUrlParams(TermFacetItem) - Method in class io.sphere.internal.facets.AttributeTermFacetBase
-
- getUrlParams(T) - Method in class io.sphere.internal.facets.FacetBase
-
Returns application-level URL representation for given item of this facet.
- getUrlParams(T) - Method in class io.sphere.internal.filters.MultiSelectFilterBase
-
Returns application-level URL representation for given value of this filter.
- getValidFrom() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getValidUntil() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getValue() - Method in class io.sphere.client.model.CustomObject
-
- getValue() - Method in class io.sphere.client.model.facets.TermFacetItem
-
The value, e.g.
- getValue() - Method in class io.sphere.client.QueryParam
-
- getValue() - Method in class io.sphere.client.shop.model.Attribute
-
Value of this custom attribute.
- getValue() - Method in class io.sphere.client.shop.model.CustomerToken
-
The value of the token.
- getValue() - Method in class io.sphere.client.shop.model.DiscountedLineItemPrice
-
- getValue() - Method in class io.sphere.client.shop.model.DiscountedPrice
-
- getValue() - Method in class io.sphere.client.shop.model.Price
-
The monetary value of the price.
- getValue() - Method in class io.sphere.client.shop.model.ProductDiscount
-
Defines discount type with the corresponding value.
- getValue() - Method in class io.sphere.client.SphereResult
-
Gets the success value of this result.
- getValue() - Method in class io.sphere.internal.command.CustomObjectCommands.CreateOrUpdateCustomObject
-
- getValue() - Method in class io.sphere.internal.command.ProductCommands.SetAttribute
-
- getValue() - Method in class io.sphere.internal.request.SphereResultRaw
-
- getValue() - Method in class io.sphere.internal.util.Validation
-
If this is a successful result, returns the value.
- getValueOrThrow(SphereResult<T>) - Static method in class io.sphere.internal.util.Util
-
If successful, gets the value.
- getValues() - Method in interface io.sphere.client.filters.MultiSelectFilter
-
The values that user can choose from.
- getValues() - Method in class io.sphere.internal.filters.MultiSelectFilterBase
-
The values that user can choose from.
- getVariant() - Method in class io.sphere.client.shop.model.LineItem
-
Copy of the product variant from the time when time line item was created.
- getVariantId() - Method in class io.sphere.internal.command.CartCommands.AddLineItem
-
- getVariantId() - Method in class io.sphere.internal.command.ProductCommands.SetAttribute
-
- getVariants() - Method in class io.sphere.client.model.products.BackendProductProjection
-
Other variants of this product besides the master variant.
- getVariants() - Method in class io.sphere.client.model.products.ProductData
-
Other variants of this product data besides the master variant.
- getVariants() - Method in class io.sphere.client.shop.model.Product
-
All variants of this product including the master variant.
- getVatId() - Method in class io.sphere.client.shop.model.Customer
-
- getVatId() - Method in class io.sphere.internal.command.CustomerCommands.SetVatId
-
- getVersion() - Method in class io.sphere.client.model.CustomObject
-
- getVersion() - Method in class io.sphere.client.model.VersionedId
-
The version.
- getVersion() - Method in class io.sphere.client.shop.model.CartDiscount
-
- getVersion() - Method in class io.sphere.client.shop.model.DiscountCode
-
- getVersion() - Method in class io.sphere.client.shop.model.ProductDiscount
-
- getVersion() - Method in class io.sphere.internal.command.CommandBase
-
- getVersion() - Method in class io.sphere.internal.command.CustomObjectCommands.CreateOrUpdateVersionedCustomObject
-
- getVersion() - Method in class io.sphere.internal.command.UpdateCommand
-
- getWeightInGram() - Method in class io.sphere.client.shop.model.ParcelMeasurements
-
- getWidth() - Method in class io.sphere.client.shop.model.Dimensions
-
Image width in pixels.
- getWidth() - Method in class io.sphere.client.shop.model.ScaledImage
-
Width of this image in pixels.
- getWidthInMillimeter() - Method in class io.sphere.client.shop.model.ParcelMeasurements
-
- getZone() - Method in class io.sphere.client.shop.model.ZoneRate
-
The zone.
- getZoneRates() - Method in class io.sphere.client.shop.model.ShippingMethod
-
The list of shipping rates per zone.
- ScaledImage - Class in io.sphere.client.shop.model
-
One specific size of an
Image
.
- ScaledImage(ImageSize, String, String, Dimensions) - Constructor for class io.sphere.client.shop.model.ScaledImage
-
- scheduler() - Method in class io.sphere.internal.CategoryTreeRebuildService
-
- search() - Method in class io.sphere.client.ProjectEndpoints.ProductProjectionEndpoints
-
- SearchRequest<T> - Interface in io.sphere.client
-
Request that uses a Sphere search API to fetch objects satisfying some conditions (including fulltext search)
and provide faceting functionality.
- SearchRequest<T> - Interface in sphere
-
Request that uses a Sphere search API to fetch objects satisfying some conditions (including fulltext search)
and provide faceting functionality.
- SearchRequestAdapter<T> - Class in sphere.internal
-
SearchRequest with Play-specific async methods.
- SearchRequestAdapter(SearchRequest<T>) - Constructor for class sphere.internal.SearchRequestAdapter
-
- SearchRequestImpl<T> - Class in io.sphere.internal.request
-
- SearchRequestImpl(RequestHolder<SearchResult<T>>, TypeReference<SearchResult<T>>, Locale) - Constructor for class io.sphere.internal.request.SearchRequestImpl
-
- SearchResult<T> - Class in io.sphere.client.model
-
Result of a search query to the Sphere backend.
- SearchResult(int, int, int, Collection<T>, Map<String, FacetResult>, int) - Constructor for class io.sphere.client.model.SearchResult
-
- SearchResultUtil - Class in io.sphere.internal.util
-
- SearchResultUtil() - Constructor for class io.sphere.internal.util.SearchResultUtil
-
- SearchUtil - Class in io.sphere.internal.util
-
Helpers for constructing search queries to the backend.
- SearchUtil() - Constructor for class io.sphere.internal.util.SearchUtil
-
- SearchUtil.Names - Class in io.sphere.internal.util
-
- SearchUtil.Names() - Constructor for class io.sphere.internal.util.SearchUtil.Names
-
- SearchUtil.QueryParamNames - Class in io.sphere.internal.util
-
- SearchUtil.QueryParamNames() - Constructor for class io.sphere.internal.util.SearchUtil.QueryParamNames
-
- selected(Range<DateTime>, Range<DateTime>...) - Method in class io.sphere.client.facets.FacetExpr.DateTimeAttrDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- selected(Iterable<Range<DateTime>>) - Method in class io.sphere.client.facets.FacetExpr.DateTimeAttrDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- selected(Range<BigDecimal>, Range<BigDecimal>...) - Method in class io.sphere.client.facets.FacetExpr.MoneyAttrDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- selected(Iterable<Range<BigDecimal>>) - Method in class io.sphere.client.facets.FacetExpr.MoneyAttrDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- selected(Range<Double>, Range<Double>...) - Method in class io.sphere.client.facets.FacetExpr.NumberAttrDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- selected(Iterable<Range<Double>>) - Method in class io.sphere.client.facets.FacetExpr.NumberAttrDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- selected(Range<BigDecimal>, Range<BigDecimal>...) - Method in class io.sphere.client.facets.FacetExpr.PriceDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- selected(Iterable<Range<BigDecimal>>) - Method in class io.sphere.client.facets.FacetExpr.PriceDSL.RangesMultiSelectDSL
-
Specified selected ranges.
- serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class io.sphere.internal.util.Iso8601JsonSerializer
-
- serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class io.sphere.internal.util.LocalDateJsonSerializer
-
- Session - Class in sphere
-
Helper for storing data in Play session.
- Session(Http.Session) - Constructor for class sphere.Session
-
- SessionUtil - Class in sphere.util
-
- SessionUtil() - Constructor for class sphere.util.SessionUtil
-
- set(String, String, T) - Method in interface io.sphere.client.shop.CustomObjectService
-
Sets the custom object identified by container and key
Will overwrite all data that already exists under that key.
- set(String, String, T, int) - Method in interface io.sphere.client.shop.CustomObjectService
-
Sets the custom object identified by container and key
Will overwrite all data that already exists under that key.
- set(String, String, T) - Method in class io.sphere.internal.CustomObjectServiceImpl
-
- set(String, String, T, int) - Method in class io.sphere.internal.CustomObjectServiceImpl
-
- set(String, String, T) - Method in interface sphere.CustomObjectService
-
Sets the the custom object identified by container and key
Will overwrite all data that already exists under that key.
- set(String, String, T) - Method in class sphere.internal.CustomObjectServiceAdapter
-
- setAdditionalAddressInfo(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the additional address info.
- setAdditionalStreetInfo(String) - Method in class io.sphere.client.shop.model.Address
-
Sets additional street info (e.g.
- setAnonymousCartId(String) - Method in class io.sphere.client.shop.SignUpBuilder
-
- setApartment(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the apartment.
- setApiMode(ApiMode) - Method in class io.sphere.client.shop.SphereClientConfig.Builder
-
- setAttribute(int, Attribute, boolean) - Method in class io.sphere.client.shop.model.ProductUpdate
-
Sets the attribute in the given variant.
- setAuthHttpServiceUrl(String) - Method in class io.sphere.client.shop.SphereClientConfig.Builder
-
- setAuthor(String) - Method in class io.sphere.client.shop.model.CommentUpdate
-
Sets the author of the comment.
- setAuthor(String) - Method in class io.sphere.client.shop.model.ReviewUpdate
-
Sets the author name of the review.
- setBillingAddress(Address) - Method in class io.sphere.client.shop.model.CartUpdate
-
Sets the billing address of the cart.
- setBillingAddress(Address) - Method in class sphere.CurrentCart
-
Sets the billing address.
- setBillingAddressAsync(Address) - Method in class sphere.CurrentCart
-
Sets the billing address asynchronously.
- setBody(String) - Method in interface io.sphere.internal.request.RequestHolder
-
Sets a body for this request.
- setBody(String) - Method in class io.sphere.internal.request.RequestHolderImpl
-
- setBuilding(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the building.
- setCarrier(String) - Method in class io.sphere.client.shop.model.TrackingData.Builder
-
- setCartSnapshotId(String) - Method in class io.sphere.client.shop.CreateOrderBuilder
-
- setChaosLevel(int) - Static method in class io.sphere.internal.ChaosMode
-
Sets the level.
- setCity(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the city.
- setClientId(String) - Method in class io.sphere.client.shop.SphereClientConfig.Builder
-
- setClientSecret(String) - Method in class io.sphere.client.shop.SphereClientConfig.Builder
-
- setCompany(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the company.
- setCompanyName(String) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
- setCoreHttpServiceUrl(String) - Method in class io.sphere.client.shop.SphereClientConfig.Builder
-
- setCountry(CountryCode) - Method in class io.sphere.client.shop.model.Address
-
Sets the country.
- setCountry(CountryCode) - Method in class io.sphere.client.shop.model.CartUpdate
-
Sets the country of the cart.
- setCountry(CountryCode) - Method in class sphere.CurrentCart
-
Sets the country of the cart and updates line item prices.
- setCountryAsync(CountryCode) - Method in class sphere.CurrentCart
-
Sets the country of the cart asynchronously and updates line item prices.
- SetCredentials - Class in io.sphere.internal.request
-
- SetCredentials() - Constructor for class io.sphere.internal.request.SetCredentials
-
- setCustomerEmail(String) - Method in class io.sphere.client.shop.model.CartUpdate
-
Sets the customer email in the cart.
- setCustomerEmail(String) - Method in class sphere.CurrentCart
-
Sets the customer email for the cart.
- setCustomerEmailAsync(String) - Method in class sphere.CurrentCart
-
Sets the customer email for the cart asynchronously.
- setCustomerNumber(String) - Method in class io.sphere.client.shop.SignUpBuilder
-
- setCustomShippingMethod(String, ShippingRate, ReferenceId<TaxCategory>) - Method in class io.sphere.client.shop.model.CartUpdate
-
Sets the custom shipping method (not using project shipping methods).
- setCustomShippingMethod(String, ShippingRate, ReferenceId<TaxCategory>) - Method in class sphere.CurrentCart
-
Sets a custom shipping method.
- setCustomShippingMethodAsync(String, ShippingRate, ReferenceId<TaxCategory>) - Method in class sphere.CurrentCart
-
Sets a custom shipping method of the cart asynchronously.
- setDateOfBirth(LocalDate) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
- setDefaultBillingAddress(String) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
Sets one of customer's addresses as the default billing address.
- setDefaultShippingAddress(String) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
Sets one of customer's addresses as the default shipping address.
- setDepartment(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the department.
- setEmail(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the email.
- setEmail(String) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
Sets/updates customer's email.
- setExpectedDelivery(DateTime) - Method in class io.sphere.client.shop.model.InventoryEntryUpdate
-
- setExternalId(String) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
- setExternalId(String) - Method in class io.sphere.client.shop.SignUpBuilder
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.Categories
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.CategoriesOrSubcategories
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.DateTimeAttribute.Ranges
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.DateTimeAttribute.Values
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.MoneyAttribute.Ranges
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.MoneyAttribute.Values
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.NumberAttribute.EqualsAnyOf
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.NumberAttribute.Ranges
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.Price.Ranges
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.Price.Values
-
- setFilterType(FilterType) - Method in class io.sphere.client.filters.expressions.FilterExpressions.StringAttribute.EqualsAnyOf
-
- setFilterType(FilterType) - Method in class io.sphere.internal.filters.DynamicFilterHelpers.MoneyRangeFilterExpression
-
- setFilterType(FilterType) - Method in class io.sphere.internal.filters.DynamicFilterHelpers.PriceRangeFilterExpression
-
- setFilterType(FilterType) - Method in class io.sphere.internal.filters.FilterExpressionBase
-
- setFirstName(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the first name.
- setLastName(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the last name.
- setLineItemQuantity(String, int) - Method in class io.sphere.client.shop.model.CartUpdate
-
Sets the quantity of the given line item.
- setLineItemQuantity(String, int) - Method in class sphere.CurrentCart
-
Sets the quantity of given line item.
- setLineItemQuantityAsync(String, int) - Method in class sphere.CurrentCart
-
Sets the quantity of the given line item asynchronously.
- setMobile(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the mobile phone number.
- setName(CustomerName) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
Sets customer's name.
- setOrderNumber(String) - Method in class io.sphere.client.shop.CreateOrderBuilder
-
- setPaymentState(PaymentState) - Method in class io.sphere.client.shop.model.OrderUpdate
-
- setPhone(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the phone number.
- setPOBox(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the post office Box.
- setPoBox(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the post-office box.
- setPostalCode(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the postal code.
- setProjectKey(String) - Method in class io.sphere.client.shop.SphereClientConfig.Builder
-
- setProvider(String) - Method in class io.sphere.client.shop.model.TrackingData.Builder
-
- setProviderTransaction(String) - Method in class io.sphere.client.shop.model.TrackingData.Builder
-
- setQueryParam(String) - Method in interface io.sphere.client.facets.Facet
-
Sets a custom query parameter name that will represent this facet in application's query string.
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.Categories.Terms
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.DateTimeAttribute.Ranges
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.DateTimeAttribute.Terms
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.MoneyAttribute.Ranges
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.MoneyAttribute.Terms
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.NumberAttribute.Ranges
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.NumberAttribute.Terms
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.Price.Ranges
-
- setQueryParam(String) - Method in class io.sphere.client.facets.Facets.StringAttribute.Terms
-
- setQueryParam(String) - Method in interface io.sphere.client.filters.Filter
-
Sets a custom query parameter name that will represent this filter in the application's query string.
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.Fulltext
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.NumberAttribute.Range
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.NumberAttribute.Selectable.Ranges
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.NumberAttribute.Selectable.Values
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.NumberAttribute.SingleValue
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.Price.DynamicRange
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.Price.Range
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.Price.Selectable.Ranges
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.Price.Selectable.Values
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.Price.SingleValue
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.StringAttribute.Selectable.Values
-
- setQueryParam(String) - Method in class io.sphere.client.filters.Filters.StringAttribute.SingleValue
-
- setRegion(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the region.
- setRestockableInDays(int) - Method in class io.sphere.client.shop.model.InventoryEntryUpdate
-
- setReturn(boolean) - Method in class io.sphere.client.shop.model.TrackingData.Builder
-
- setRole(ChannelRoles) - Method in class io.sphere.client.shop.model.ChannelUpdate
-
- setRoles(Set<ChannelRoles>) - Method in class io.sphere.client.shop.model.ChannelUpdate
-
- setSalutation(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the salutation (e.g.
- setScore(Double) - Method in class io.sphere.client.shop.model.ReviewUpdate
-
Sets the score of the review.
- setShipmentState(ShipmentState) - Method in class io.sphere.client.shop.model.OrderUpdate
-
- setShippingAddress(Address) - Method in class io.sphere.client.shop.model.CartUpdate
-
Sets the shipping address of the cart.
- setShippingAddress(Address) - Method in class sphere.CurrentCart
-
Sets the shipping address.
- setShippingAddressAsync(Address) - Method in class sphere.CurrentCart
-
Sets the shipping address asynchronously.
- setShippingMethod(ReferenceId<ShippingMethod>) - Method in class io.sphere.client.shop.model.CartUpdate
-
Sets the shipping method of the cart.
- setShippingMethod(ReferenceId<ShippingMethod>) - Method in class sphere.CurrentCart
-
Sets the shipping method of the cart.
- setShippingMethodAsync(ReferenceId<ShippingMethod>) - Method in class sphere.CurrentCart
-
Sets the shipping method of the cart asynchronously.
- setSingleSelect(boolean) - Method in interface io.sphere.client.facets.Facet
-
If set to true, the user will only be able to select a single value at a time.
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.Categories.Terms
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.DateTimeAttribute.Ranges
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.DateTimeAttribute.Terms
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.MoneyAttribute.Ranges
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.MoneyAttribute.Terms
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.NumberAttribute.Ranges
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.NumberAttribute.Terms
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.Price.Ranges
-
- setSingleSelect(boolean) - Method in class io.sphere.client.facets.Facets.StringAttribute.Terms
-
- setSingleSelect(boolean) - Method in class io.sphere.client.filters.Filters.NumberAttribute.Selectable.Ranges
-
- setSingleSelect(boolean) - Method in class io.sphere.client.filters.Filters.NumberAttribute.Selectable.Values
-
- setSingleSelect(boolean) - Method in class io.sphere.client.filters.Filters.Price.Selectable.Ranges
-
- setSingleSelect(boolean) - Method in class io.sphere.client.filters.Filters.Price.Selectable.Values
-
- setSingleSelect(boolean) - Method in class io.sphere.client.filters.Filters.StringAttribute.Selectable.Values
-
- setSingleSelect(boolean) - Method in interface io.sphere.client.filters.MultiSelectFilter
-
If set to true, the user will only be able to select a single value at a time.
- setState(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the state (like Alabama or Alaska in the US).
- setStreetName(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the street name.
- setStreetNumber(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the street number.
- setText(String) - Method in class io.sphere.client.shop.model.CommentUpdate
-
Sets the text of the comment.
- setText(String) - Method in class io.sphere.client.shop.model.ReviewUpdate
-
Sets the text of the review.
- setTitle(String) - Method in class io.sphere.client.shop.model.Address
-
Sets the title (e.g.
- setTitle(String) - Method in class io.sphere.client.shop.model.CommentUpdate
-
Sets the title of the comment.
- setTitle(String) - Method in class io.sphere.client.shop.model.ReviewUpdate
-
Sets the title of the review.
- setTrackingId(String) - Method in class io.sphere.client.shop.model.TrackingData.Builder
-
- setVatId(String) - Method in class io.sphere.client.shop.model.CustomerUpdate
-
- ShipmentState - Enum in io.sphere.client.shop.model
-
Describes the shipment state of an
Order
.
- ShippingInfo - Class in io.sphere.client.shop.model
-
Represents full shipping information for a
Cart
or
Order
.
- ShippingInfo() - Constructor for class io.sphere.client.shop.model.ShippingInfo
-
- ShippingMethod - Class in io.sphere.client.shop.model
-
A shipping method defines a specific way of shipping, with different rates for different geographic locations.
- ShippingMethod() - Constructor for class io.sphere.client.shop.model.ShippingMethod
-
- shippingMethods - Variable in class io.sphere.client.ProjectEndpoints
-
- shippingMethods() - Method in class io.sphere.client.shop.SphereClient
-
Provides access to shop's shipping methods.
- shippingMethods() - Method in class sphere.Sphere
-
Sphere HTTP API for working with shipping methods.
- ShippingMethodService - Interface in io.sphere.client.shop
-
Sphere HTTP API for querying shipping methods in a given project.
- ShippingMethodService - Interface in sphere
-
Sphere HTTP API for querying shipping methods in a given project.
- ShippingMethodServiceAdapter - Class in sphere.internal
-
ShippingMethodService with Play-specific async methods.
- ShippingMethodServiceAdapter(ShippingMethodService) - Constructor for class sphere.internal.ShippingMethodServiceAdapter
-
- ShippingMethodServiceImpl - Class in io.sphere.internal
-
- ShippingMethodServiceImpl(RequestFactory, ProjectEndpoints) - Constructor for class io.sphere.internal.ShippingMethodServiceImpl
-
- ShippingRate - Class in io.sphere.client.shop.model
-
A shipping rate defines the cost of shipping an order.
- ShippingRate(Money) - Constructor for class io.sphere.client.shop.model.ShippingRate
-
- ShippingRate(Money, Money) - Constructor for class io.sphere.client.shop.model.ShippingRate
-
- shippingRateForLocation(Location, Currency) - Method in class io.sphere.client.shop.model.ShippingMethod
-
Determines a shipping rate for a location and currency.
- ShippingTargetPredicate - Class in io.sphere.client.shop.model
-
- ShippingTargetPredicate() - Constructor for class io.sphere.client.shop.model.ShippingTargetPredicate
-
- ShopController - Class in sphere
-
Base controller for controllers using the Sphere backend.
- ShopController() - Constructor for class sphere.ShopController
-
- shutdown() - Method in class io.sphere.client.shop.SphereClient
-
Closes HTTP connections and shuts down internal thread pools.
- shutdown() - Method in class io.sphere.internal.CategoryTreeImpl
-
Shuts down internal thread pools.
- shutdown() - Method in class io.sphere.internal.oauth.SphereClientCredentials
-
Shuts down internal thread pools.
- signIn(String, String) - Method in interface io.sphere.client.shop.CustomerService
-
Signs in a customer.
- signIn(String, String, String) - Method in interface io.sphere.client.shop.CustomerService
-
Signs in a customer and associates an existing anonymous cart to the customer.
- signIn(String, String) - Method in class io.sphere.internal.CustomerServiceImpl
-
- signIn(String, String, String) - Method in class io.sphere.internal.CustomerServiceImpl
-
- SignInResult - Class in io.sphere.client.shop
-
- signUp(String, String, CustomerName) - Method in interface io.sphere.client.shop.CustomerService
-
Creates a new customer.
- signUp(String, String, CustomerName, String) - Method in interface io.sphere.client.shop.CustomerService
-
Creates a new customer and associates an existing anonymous cart to the customer.
- signUp(SignUpBuilder) - Method in interface io.sphere.client.shop.CustomerService
-
Creates a new customer.
- signUp(String, String, CustomerName) - Method in class io.sphere.internal.CustomerServiceImpl
-
- signUp(String, String, CustomerName, String) - Method in class io.sphere.internal.CustomerServiceImpl
-
- signUp(SignUpBuilder) - Method in class io.sphere.internal.CustomerServiceImpl
-
- signup(String, String, CustomerName) - Method in class sphere.Sphere
-
Creates and authenticates a new customer
(you don't have to to call
login
explicitly).
- signup(SignUpBuilder) - Method in class sphere.Sphere
-
- signupAsync(String, String, CustomerName) - Method in class sphere.Sphere
-
Creates and authenticates a new customer asynchronously
(you don't have to to call
login
explicitly).
- signupAsync(SignUpBuilder) - Method in class sphere.Sphere
-
- SignUpBuilder - Class in io.sphere.client.shop
-
Builder to create data for a signup.
- SignUpBuilder(String, String, CustomerName) - Constructor for class io.sphere.client.shop.SignUpBuilder
-
- singleTaskExecutor(String) - Static method in class io.sphere.internal.util.Concurrent
-
Creates an executor that only allows execution of a single task at a time.
- size() - Method in class io.sphere.client.shop.model.VariantList
-
Returns the number of items in this list.
- slugify(String) - Static method in class io.sphere.internal.util.Ext
-
- slugify(String, Boolean) - Static method in class io.sphere.internal.util.Ext
-
- sort(String, SortDirection) - Method in interface io.sphere.client.QueryRequest
-
Sets the sort expression for sorting the result.
- sort(ProductSort) - Method in interface io.sphere.client.SearchRequest
-
Sorts products.
- sort(String) - Method in interface io.sphere.client.SearchRequest
-
- sort(ProductSort) - Method in class io.sphere.internal.request.ProductSearchRequest
-
- sort(String) - Method in class io.sphere.internal.request.ProductSearchRequest
-
- sort(String, SortDirection) - Method in class io.sphere.internal.request.QueryRequestImpl
-
- sort(String, SortDirection) - Method in class io.sphere.internal.request.QueryRequestMapping
-
- sort(ProductSort) - Method in class io.sphere.internal.request.SearchRequestImpl
-
- sort(String) - Method in class io.sphere.internal.request.SearchRequestImpl
-
- sort(ProductSort) - Method in class sphere.internal.SearchRequestAdapter
-
- sort(String) - Method in class sphere.internal.SearchRequestAdapter
-
- sort(ProductSort) - Method in interface sphere.SearchRequest
-
Sorts products.
- sort(String) - Method in interface sphere.SearchRequest
-
- SortDirection - Enum in io.sphere.client
-
Direction for sorting a list of objects by a certain property.
- sphere - package sphere
-
- sphere() - Static method in class sphere.ShopController
-
Returns a thread-safe instance of the Sphere client.
- Sphere - Class in sphere
-
Client for accessing all Sphere APIs.
- sphere.internal - package sphere.internal
-
- sphere.util - package sphere.util
-
- SphereBackendException - Exception in io.sphere.client.exceptions
-
Generic exception thrown when a Sphere web service responds with a status code other than HTTP 2xx.
- SphereBackendException(String, SphereErrorResponse) - Constructor for exception io.sphere.client.exceptions.SphereBackendException
-
- SphereClient - Class in io.sphere.client.shop
-
The main access point to Sphere HTTP APIs.
- SphereClient(SphereClientConfig, AsyncHttpClient, ClientCredentials, ProductService, CategoryTree, CartService, OrderService, CustomerService, CommentService, ReviewService, InventoryService, ShippingMethodService, TaxCategoryService, CustomObjectService, ChannelService) - Constructor for class io.sphere.client.shop.SphereClient
-
Creates an instance of SphereClient.
- SphereClientConfig - Class in io.sphere.client.shop
-
- SphereClientConfig.Builder - Class in io.sphere.client.shop
-
- SphereClientConfig.Builder(String, String, String, Locale) - Constructor for class io.sphere.client.shop.SphereClientConfig.Builder
-
- SphereClientConfig.Builder(String, String, String, Locale, Config) - Constructor for class io.sphere.client.shop.SphereClientConfig.Builder
-
- SphereClientCredentials - Class in io.sphere.internal.oauth
-
Holds OAuth access tokens for accessing protected Sphere HTTP API endpoints.
- SphereClientException - Exception in io.sphere.client
-
Exception thrown by the Sphere Java client.
- SphereClientException() - Constructor for exception io.sphere.client.SphereClientException
-
- SphereClientException(String) - Constructor for exception io.sphere.client.SphereClientException
-
- SphereClientException(String, Throwable) - Constructor for exception io.sphere.client.SphereClientException
-
- SphereClientException(Throwable) - Constructor for exception io.sphere.client.SphereClientException
-
- SphereError - Class in io.sphere.client
-
- SphereError.ConcurrentModification - Class in io.sphere.client
-
The request attempts to modify a resource that is out of date,
i.e.
- SphereError.ConcurrentModification() - Constructor for class io.sphere.client.SphereError.ConcurrentModification
-
- SphereError.DuplicateAttributesValue - Class in io.sphere.client
-
The CombinationUnique AttributeConstraint was violated.
- SphereError.DuplicateAttributesValue() - Constructor for class io.sphere.client.SphereError.DuplicateAttributesValue
-
- SphereError.DuplicateAttributeValue - Class in io.sphere.client
-
The Unique AttributeConstraint was violated.
- SphereError.DuplicateAttributeValue() - Constructor for class io.sphere.client.SphereError.DuplicateAttributeValue
-
- SphereError.DuplicateField - Class in io.sphere.client
-
A value for a field conflicts with an existing duplicate value.
- SphereError.DuplicateField() - Constructor for class io.sphere.client.SphereError.DuplicateField
-
- SphereError.DuplicatePriceScope - Class in io.sphere.client
-
A given price scope conflicts with an existing one.
- SphereError.DuplicatePriceScope() - Constructor for class io.sphere.client.SphereError.DuplicatePriceScope
-
- SphereError.DuplicateVariantValues - Class in io.sphere.client
-
A given combination of variant values conflicts with an existing one.
- SphereError.DuplicateVariantValues() - Constructor for class io.sphere.client.SphereError.DuplicateVariantValues
-
- SphereError.General - Class in io.sphere.client
-
A server-side problem occurred that is not further specified.
- SphereError.General() - Constructor for class io.sphere.client.SphereError.General
-
- SphereError.InvalidCredentials - Class in io.sphere.client
-
No customer was found for the given credentials.
- SphereError.InvalidCredentials() - Constructor for class io.sphere.client.SphereError.InvalidCredentials
-
- SphereError.InvalidCurrentPassword - Class in io.sphere.client
-
Indicated that the current password did not match the given password.
- SphereError.InvalidCurrentPassword() - Constructor for class io.sphere.client.SphereError.InvalidCurrentPassword
-
- SphereError.InvalidField - Class in io.sphere.client
-
A field has an invalid value.
- SphereError.InvalidField() - Constructor for class io.sphere.client.SphereError.InvalidField
-
- SphereError.InvalidInput - Class in io.sphere.client
-
Invalid input has been sent to the service.
- SphereError.InvalidInput() - Constructor for class io.sphere.client.SphereError.InvalidInput
-
- SphereError.InvalidJsonInput - Class in io.sphere.client
-
Invalid JSON has been sent to the service.
- SphereError.InvalidJsonInput() - Constructor for class io.sphere.client.SphereError.InvalidJsonInput
-
- SphereError.InvalidOperation - Class in io.sphere.client
-
The resource(s) involved in the request are not in a valid state for the operation.
- SphereError.InvalidOperation() - Constructor for class io.sphere.client.SphereError.InvalidOperation
-
- SphereError.InvalidSubject - Class in io.sphere.client
-
The resource addressed by the request URL does not exist.
- SphereError.InvalidSubject() - Constructor for class io.sphere.client.SphereError.InvalidSubject
-
- SphereError.OutOfStock - Class in io.sphere.client
-
Some of the ordered line items are out of stock at the time of placing the order.
- SphereError.OutOfStock() - Constructor for class io.sphere.client.SphereError.OutOfStock
-
- SphereError.OverCapacity - Class in io.sphere.client
-
The service is having trouble handling the load.
- SphereError.OverCapacity() - Constructor for class io.sphere.client.SphereError.OverCapacity
-
- SphereError.PendingOperation - Class in io.sphere.client
-
A previous conflicting operation is still pending and needs to finish before the request can succeed.
- SphereError.PendingOperation() - Constructor for class io.sphere.client.SphereError.PendingOperation
-
- SphereError.PriceChanged - Class in io.sphere.client
-
Some line items price or tax changed at the time of placing the order.
- SphereError.PriceChanged() - Constructor for class io.sphere.client.SphereError.PriceChanged
-
- SphereError.RequiredField - Class in io.sphere.client
-
A required field is missing a value.
- SphereError.RequiredField() - Constructor for class io.sphere.client.SphereError.RequiredField
-
- SphereError.ResourceNotFound - Class in io.sphere.client
-
The resource addressed by the request URL does not exist.
- SphereError.ResourceNotFound() - Constructor for class io.sphere.client.SphereError.ResourceNotFound
-
- SphereErrorResponse - Class in io.sphere.internal.errors
-
Response object returned by the Sphere Projects Web Service in case of an error.
- SphereException - Exception in io.sphere.client.exceptions
-
Exception thrown when a Sphere web service responds with a status code other than HTTP 2xx.
- SphereException() - Constructor for exception io.sphere.client.exceptions.SphereException
-
- SphereException(String) - Constructor for exception io.sphere.client.exceptions.SphereException
-
- SphereException(String, Throwable) - Constructor for exception io.sphere.client.exceptions.SphereException
-
- SphereException(Throwable) - Constructor for exception io.sphere.client.exceptions.SphereException
-
- SphereResult<T> - Class in io.sphere.client
-
Result of a request to the Sphere backend.
- SphereResultRaw<T> - Class in io.sphere.internal.request
-
Raw result of a request to the Sphere backend, used internally by the Java client.
- stringAttribute(String) - Static method in class io.sphere.client.facets.FacetExpr
-
Requests facet counts for a custom string attribute to be calculated.
- stringAttribute(String) - Static method in class io.sphere.client.filters.FilterExpr
-
Products based on a custom string attribute.
- stringToParam - Static variable in class io.sphere.internal.util.SearchUtil
-
- stripExtension(String) - Static method in class io.sphere.internal.util.Url
-
Given "http://foo/bar.jpg" returns "http://foo/bar".
- success(T) - Static method in class io.sphere.client.SphereResult
-
Creates a new successful result.
- success(T) - Static method in class io.sphere.internal.request.SphereResultRaw
-
Creates a new successful result.
- success(T) - Static method in class io.sphere.internal.util.ValidationE
-
Creates a new successful result.
- sync(ListenableFuture<T>) - Static method in class io.sphere.internal.util.Util
-
- SyncInfo - Class in io.sphere.client.shop.model
-
- SyncInfo(Reference<Channel>, String, DateTime) - Constructor for class io.sphere.client.shop.model.SyncInfo
-
- SyncInfo() - Constructor for class io.sphere.client.shop.model.SyncInfo
-
- SyncInfo(Reference<Channel>, String) - Constructor for class io.sphere.client.shop.model.SyncInfo
-
- SyncInfo(Reference<Channel>, DateTime) - Constructor for class io.sphere.client.shop.model.SyncInfo
-
- SyncInfo(Reference<Channel>) - Constructor for class io.sphere.client.shop.model.SyncInfo
-
- syncResult(ListenableFuture<SphereResult<T>>) - Static method in class io.sphere.internal.util.Util
-
Blocks, extracts success value, converts Sphere errors to exceptions.