Uses of Enum Class
com.yahoo.vespa.hosted.controller.tenant.LastLoginInfo.UserLevel
Packages that use LastLoginInfo.UserLevel
-
Uses of LastLoginInfo.UserLevel in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return LastLoginInfo.UserLevelModifier and TypeMethodDescriptionstatic LastLoginInfo.UserLevelReturns the enum constant of this class with the specified name.static LastLoginInfo.UserLevel[]LastLoginInfo.UserLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.tenant with parameters of type LastLoginInfo.UserLevelModifier and TypeMethodDescriptionLastLoginInfo.get(LastLoginInfo.UserLevel userLevel) LastLoginInfo.withLastLoginIfLater(LastLoginInfo.UserLevel userLevel, Instant loginAt) Returns new instance with updated last login time if the givenloginAttimestamp is after the current for the givenuserLevel, otherwise returns thisConstructor parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type LastLoginInfo.UserLevelModifierConstructorDescriptionLastLoginInfo(Map<LastLoginInfo.UserLevel, Instant> lastLoginByUserLevel)