EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption

enum EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption : Enum<EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption> , ConvertibleToJava<EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption>

Entries

Link copied to clipboard

This field is not a parameter name.

Link copied to clipboard

If this field is a string and this option is selected, the field will be interpreted as a parameter name. Users will be able to choose a variable using the autocomplete, but the name will be stored as a literal string.

Link copied to clipboard

If this field is a ParameterMap and this option is selected, the map's keys will be interpreted as parameter names. Ignored if this field is not a ParameterMap.

Link copied to clipboard

If this field is a ParameterMap and this option is selected, the map's values will be interpreted as parameter names. Ignored if this field is not a ParameterMap.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: EnterpriseCrmEventbusProtoParamSpecEntryConfigParameterNameOption
Link copied to clipboard
Link copied to clipboard