Enum LscloudExchangeChannel

java.lang.Object
java.lang.Enum<LscloudExchangeChannel>
com.totvs.tjf.lscloud.messaging.LscloudExchangeChannel
All Implemented Interfaces:
Serializable, Comparable<LscloudExchangeChannel>, java.lang.constant.Constable

@Deprecated(since="3.26.1-RELEASE", forRemoval=true) public enum LscloudExchangeChannel extends Enum<LscloudExchangeChannel>
Deprecated, for removal: This API element is subject to removal in a future version.
Desde 3.26.1-RELEASE — Integração com LSCloud via mensageria foi descontinuado.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this type with the specified name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • INPUT

      public static final LscloudExchangeChannel INPUT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • OUTPUT

      public static final LscloudExchangeChannel OUTPUT
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static LscloudExchangeChannel[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LscloudExchangeChannel valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getChannel

      public String getChannel()
      Deprecated, for removal: This API element is subject to removal in a future version.