Uses of Class
lumis.socialnetworkintegration.AuthenticationResponseValues
-
Packages that use AuthenticationResponseValues Package Description lumis.socialnetworkintegration Provides the core social network integration management operations. -
-
Uses of AuthenticationResponseValues in lumis.socialnetworkintegration
Methods in lumis.socialnetworkintegration that return AuthenticationResponseValues Modifier and Type Method Description static AuthenticationResponseValues
AuthenticationResponseValues. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationResponseValues[]
AuthenticationResponseValues. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-