Uses of Enum Class
me.panjohnny.jip.commons.JIPVersion
Packages that use JIPVersion
-
Uses of JIPVersion in me.panjohnny.jip.commons
Methods in me.panjohnny.jip.commons that return JIPVersionModifier and TypeMethodDescriptionstatic JIPVersion
JIPVersion.getDefault()
Získá aktuální verzi protokolu.static JIPVersion
Returns the enum constant of this class with the specified name.static JIPVersion[]
JIPVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.panjohnny.jip.commons with parameters of type JIPVersionModifierConstructorDescriptionRequest
(JIPVersion version, String resource) Vytvoří novou žádost s danou verzí a cestou.