Uses of Enum Class
org.springframework.pulsar.sample.signup.model.SignupTier
Packages that use SignupTier
-
Uses of SignupTier in org.springframework.pulsar.sample.signup.model
Methods in org.springframework.pulsar.sample.signup.model that return SignupTierModifier and TypeMethodDescriptionSignup.signupTier()Returns the value of thesignupTierrecord component.static SignupTierReturns the enum constant of this class with the specified name.static SignupTier[]SignupTier.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.pulsar.sample.signup.model with parameters of type SignupTierModifierConstructorDescriptionSignup(SignupTier signupTier, String firstName, String lastName, String email, long signupTimestamp) Creates an instance of aSignuprecord class.