Uses of Enum Class
me.rochblondiaux.gameanalytics.model.event.implementation.BusinessEvent.ReceiptInformation.Store
Packages that use BusinessEvent.ReceiptInformation.Store
-
Uses of BusinessEvent.ReceiptInformation.Store in me.rochblondiaux.gameanalytics.model.event.implementation
Methods in me.rochblondiaux.gameanalytics.model.event.implementation that return BusinessEvent.ReceiptInformation.StoreModifier and TypeMethodDescriptionBusinessEvent.ReceiptInformation.store()Returns the value of thestorerecord component.Returns the enum constant of this class with the specified name.BusinessEvent.ReceiptInformation.Store.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.ReceiptInformation.StoreModifierConstructorDescriptionReceiptInformation(BusinessEvent.ReceiptInformation.Store store, String receipt, String signature) Creates an instance of aReceiptInformationrecord class.