Enum Class ReadProductListingRequest.TotalCountModeEnum

java.lang.Object
java.lang.Enum<ReadProductListingRequest.TotalCountModeEnum>
de.codebarista.shopware.model.core.ReadProductListingRequest.TotalCountModeEnum
All Implemented Interfaces:
Serializable, Comparable<ReadProductListingRequest.TotalCountModeEnum>, Constable
Enclosing class:
ReadProductListingRequest

public static enum ReadProductListingRequest.TotalCountModeEnum extends Enum<ReadProductListingRequest.TotalCountModeEnum>
Whether the total for the total number of hits should be determined for the search query. none = disabled total count, exact = calculate exact total amount (slow), next-pages = calculate only for next page (fast)