Enum Class ServiceNowParams
- All Implemented Interfaces:
Serializable,Comparable<ServiceNowParams>,Constable,ServiceNowParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultValue(ServiceNowConfiguration configuration) getHeaderValue(org.apache.camel.Message message) getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration) getId()Class<?> getType()static ServiceNowParamsReturns the enum constant of this class with the specified name.static ServiceNowParams[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARAM_SYS_ID
-
PARAM_USER_SYS_ID
-
PARAM_USER_ID
-
PARAM_CART_ITEM_ID
-
PARAM_FILE_NAME
-
PARAM_TABLE_NAME
-
PARAM_TABLE_SYS_ID
-
PARAM_ENCRYPTION_CONTEXT
-
SYSPARM_CATEGORY
-
SYSPARM_TYPE
-
SYSPARM_CATALOG
-
SYSPARM_QUERY
-
SYSPARM_DISPLAY_VALUE
-
SYSPARM_INPUT_DISPLAY_VALUE
-
SYSPARM_EXCLUDE_REFERENCE_LINK
-
SYSPARM_FIELDS
-
SYSPARM_LIMIT
-
SYSPARM_TEXT
-
SYSPARM_OFFSET
-
SYSPARM_VIEW
-
SYSPARM_SUPPRESS_AUTO_SYS_FIELD
-
SYSPARM_SUPPRESS_PAGINATION_HEADER
-
SYSPARM_MIN_FIELDS
-
SYSPARM_MAX_FIELDS
-
SYSPARM_SUM_FIELDS
-
SYSPARM_AVG_FIELDS
-
SYSPARM_COUNT
-
SYSPARM_GROUP_BY
-
SYSPARM_ORDER_BY
-
SYSPARM_HAVING
-
SYSPARM_UUID
-
SYSPARM_BREAKDOWN
-
SYSPARM_INCLUDE_SCORES
-
SYSPARM_INCLUDE_SCORE_NOTES
-
SYSPARM_INCLUDE_AGGREGATES
-
SYSPARM_INCLUDE_AVAILABLE_BREAKDOWNS
-
SYSPARM_INCLUDE_AVAILABLE_AGGREGATES
-
SYSPARM_FAVORITES
-
SYSPARM_KEY
-
SYSPARM_TARGET
-
SYSPARM_DISPLAY
-
SYSPARM_PER_PAGE
-
SYSPARM_SORT_BY
-
SYSPARM_SORT_DIR
-
SYSPARM_CONTAINS
-
SYSPARM_TAGS
-
SYSPARM_PAGE
-
SYSPARM_ELEMENTS_FILTER
-
SYSPARM_BREAKDOWN_RELATION
-
SYSPARM_DATA_SOURCE
-
SYSPARM_TOP_LEVEL_ONLY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getId
- Specified by:
getIdin interfaceServiceNowParam
-
getHeader
- Specified by:
getHeaderin interfaceServiceNowParam
-
getType
- Specified by:
getTypein interfaceServiceNowParam
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceServiceNowParam
-
getHeaderValue
- Specified by:
getHeaderValuein interfaceServiceNowParam
-
getHeaderValue
public Object getHeaderValue(org.apache.camel.Message message, ServiceNowConfiguration configuration) - Specified by:
getHeaderValuein interfaceServiceNowParam
-