Package com.totvs.tjf.lscloud.messaging
Enum 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 ClassesModifier and TypeClassDescriptionstatic classDeprecated, 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 -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.static LscloudExchangeChannelDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.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.
-
Enum Constant Details
-
INPUT
Deprecated, for removal: This API element is subject to removal in a future version. -
OUTPUT
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getChannel
Deprecated, for removal: This API element is subject to removal in a future version.
-