Uses of Enum Class
me.rochblondiaux.gameanalytics.model.event.implementation.BusinessEvent.CartType
Packages that use BusinessEvent.CartType
-
Uses of BusinessEvent.CartType in me.rochblondiaux.gameanalytics.model.event.implementation
Methods in me.rochblondiaux.gameanalytics.model.event.implementation that return BusinessEvent.CartTypeModifier and TypeMethodDescriptionstatic BusinessEvent.CartTypeReturns the enum constant of this class with the specified name.static BusinessEvent.CartType[]BusinessEvent.CartType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.rochblondiaux.gameanalytics.model.event.implementation with parameters of type BusinessEvent.CartTypeModifierConstructorDescriptionBusinessEvent(String device, String userId, long clientTs, String osVersion, String manufacturer, String platform, UUID sessionId, int sessionNumber, String custom01, String custom02, String custom03, String build, String itemType, String itemId, int amount, String currency, int transactionNumber, BusinessEvent.CartType cartType, BusinessEvent.ReceiptInformation receiptInformation)