Uses of Class
com.yahoo.vespa.hosted.controller.tenant.LastLoginInfo.UserLevel
-
Packages that use LastLoginInfo.UserLevel Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of LastLoginInfo.UserLevel in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return LastLoginInfo.UserLevel Modifier and Type Method Description static LastLoginInfo.UserLevelLastLoginInfo.UserLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LastLoginInfo.UserLevel[]LastLoginInfo.UserLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.tenant with parameters of type LastLoginInfo.UserLevel Modifier and Type Method Description Optional<Instant>LastLoginInfo. get(LastLoginInfo.UserLevel userLevel)LastLoginInfoLastLoginInfo. 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.UserLevel Constructor Description LastLoginInfo(Map<LastLoginInfo.UserLevel,Instant> lastLoginByUserLevel)
-