Uses of Enum Class
dev.getelements.elements.sdk.model.auth.UserKey
Packages that use UserKey
-
Uses of UserKey in dev.getelements.elements.sdk.model.auth
Methods in dev.getelements.elements.sdk.model.auth that return UserKeyModifier and TypeMethodDescriptionstatic UserKey
Returns the enum constant of this class with the specified name.static UserKey[]
UserKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.model.auth that return types with arguments of type UserKeyModifier and TypeMethodDescriptionUserKey.findByValue
(String value) Finds theUserKey
by the specified value. -
Uses of UserKey in dev.getelements.elements.security
Methods in dev.getelements.elements.security that return UserKey