Uses of Class
com.tietoenator.trip.jxp.session.TdbApiKeyMode
-
Packages that use TdbApiKeyMode Package Description com.tietoenator.trip.jxp.session Classes for estalishing and maintaining a session. -
-
Uses of TdbApiKeyMode in com.tietoenator.trip.jxp.session
Methods in com.tietoenator.trip.jxp.session that return TdbApiKeyMode Modifier and Type Method Description TdbApiKeyMode
TdbSession. getApiKeyMode()
Returns the API key mode the server is configured to use.static TdbApiKeyMode
TdbApiKeyMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbApiKeyMode[]
TdbApiKeyMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-