Uses of Enum Class
com.maplander.backend.enums.manage.ScopeUberEnum
Packages that use ScopeUberEnum
Package
Description
-
Uses of ScopeUberEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type ScopeUberEnumModifier and TypeMethodDescriptionUtilitiesEndpoint.getUberToken
(String clientId, String clientSecret, ScopeUberEnum scope) -
Uses of ScopeUberEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type ScopeUberEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return ScopeUberEnumModifier and TypeMethodDescriptionstatic ScopeUberEnum
Returns the enum constant of this class with the specified name.static ScopeUberEnum[]
ScopeUberEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.