Uses of Enum Class
cn.herodotus.engine.logic.identity.enums.ApplicationType
Packages that use ApplicationType
Package
Description
-
Uses of ApplicationType in cn.herodotus.engine.logic.identity.entity
Methods in cn.herodotus.engine.logic.identity.entity that return ApplicationTypeMethods in cn.herodotus.engine.logic.identity.entity with parameters of type ApplicationTypeModifier and TypeMethodDescriptionvoidOAuth2Application.setApplicationType(ApplicationType applicationType) -
Uses of ApplicationType in cn.herodotus.engine.logic.identity.enums
Methods in cn.herodotus.engine.logic.identity.enums that return ApplicationTypeModifier and TypeMethodDescriptionstatic ApplicationTypestatic ApplicationTypeReturns the enum constant of this class with the specified name.static ApplicationType[]ApplicationType.values()Returns an array containing the constants of this enum class, in the order they are declared.