Uses of Class
com.totvs.tjf.lscloud.messaging.LscloudExchangeChannel
-
Packages that use LscloudExchangeChannel Package Description com.totvs.tjf.lscloud.messaging -
-
Uses of LscloudExchangeChannel in com.totvs.tjf.lscloud.messaging
Methods in com.totvs.tjf.lscloud.messaging that return LscloudExchangeChannel Modifier and Type Method Description static LscloudExchangeChannel
LscloudExchangeChannel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LscloudExchangeChannel[]
LscloudExchangeChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-