Enum Class ReadNavigationRequest.TotalCountModeEnum

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

public static enum ReadNavigationRequest.TotalCountModeEnum extends Enum<ReadNavigationRequest.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)