Uses of Enum Class
io.gs2.cdk.limit.model.enums.LimitModelResetType
Packages that use LimitModelResetType
-
Uses of LimitModelResetType in io.gs2.cdk.limit.model
Constructors in io.gs2.cdk.limit.model with parameters of type LimitModelResetTypeModifierConstructorDescriptionLimitModel(String name, LimitModelResetType resetType) LimitModel(String name, LimitModelResetType resetType, LimitModelOptions options) -
Uses of LimitModelResetType in io.gs2.cdk.limit.model.enums
Methods in io.gs2.cdk.limit.model.enums that return LimitModelResetTypeModifier and TypeMethodDescriptionstatic LimitModelResetTypeReturns the enum constant of this class with the specified name.static LimitModelResetType[]LimitModelResetType.values()Returns an array containing the constants of this enum class, in the order they are declared.