Uses of Enum Class
com.atlassian.oauth2.client.api.storage.config.ProviderType
Packages that use ProviderType
-
Uses of ProviderType in com.atlassian.oauth2.client.api
Methods in com.atlassian.oauth2.client.api that return ProviderType -
Uses of ProviderType in com.atlassian.oauth2.client.api.storage.config
Methods in com.atlassian.oauth2.client.api.storage.config that return ProviderTypeModifier and TypeMethodDescriptionstatic ProviderTypeProviderType.getOrThrow(String key) ClientConfigurationEntity.getProviderType()static ProviderTypeReturns the enum constant of this class with the specified name.static ProviderType[]ProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.oauth2.client.api.storage.config that return types with arguments of type ProviderTypeMethods in com.atlassian.oauth2.client.api.storage.config with parameters of type ProviderTypeModifier and TypeMethodDescriptionClientConfigurationEntity.Builder.providerType(ProviderType providerType)