Uses of Enum Class
com.atlassian.crowd.model.application.ApplicationType
Packages that use ApplicationType
-
Uses of ApplicationType in com.atlassian.crowd.model.application
Methods in com.atlassian.crowd.model.application that return ApplicationTypeModifier and TypeMethodDescriptionApplication.getType()Returns the type of the application.static 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.Methods in com.atlassian.crowd.model.application that return types with arguments of type ApplicationTypeModifier and TypeMethodDescriptionstatic List<ApplicationType>ApplicationType.getCreatableAppTypes()Returns the list of application types that can be added by the user to Crowd as an application.