public static enum TriggerSampleDto.TransportTypeEnum extends Enum<TriggerSampleDto.TransportTypeEnum>
| Enum Constant and Description |
|---|
CLI_INBOUND |
FILE_INBOUND |
HTTP_INBOUND |
HTTP2_INBOUND |
JMS_INBOUND |
KAFKA_INBOUND |
REST_INBOUND |
SMPP_INBOUND |
SNMP_INBOUND |
SOAP_OVER_HTTP_INBOUND |
| Modifier and Type | Method and Description |
|---|---|
static TriggerSampleDto.TransportTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static TriggerSampleDto.TransportTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerSampleDto.TransportTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerSampleDto.TransportTypeEnum CLI_INBOUND
public static final TriggerSampleDto.TransportTypeEnum FILE_INBOUND
public static final TriggerSampleDto.TransportTypeEnum HTTP_INBOUND
public static final TriggerSampleDto.TransportTypeEnum HTTP2_INBOUND
public static final TriggerSampleDto.TransportTypeEnum JMS_INBOUND
public static final TriggerSampleDto.TransportTypeEnum KAFKA_INBOUND
public static final TriggerSampleDto.TransportTypeEnum REST_INBOUND
public static final TriggerSampleDto.TransportTypeEnum SNMP_INBOUND
public static final TriggerSampleDto.TransportTypeEnum SOAP_OVER_HTTP_INBOUND
public static final TriggerSampleDto.TransportTypeEnum SMPP_INBOUND
public static TriggerSampleDto.TransportTypeEnum[] values()
for (TriggerSampleDto.TransportTypeEnum c : TriggerSampleDto.TransportTypeEnum.values()) System.out.println(c);
public static TriggerSampleDto.TransportTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<TriggerSampleDto.TransportTypeEnum>public static TriggerSampleDto.TransportTypeEnum fromValue(String value)
Copyright © 2025. All rights reserved.