Module: Lithic::Models::TransactionMonitoring::CaseSortOrder
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/transaction_monitoring/case_sort_order.rb,
sig/lithic/models/transaction_monitoring/case_sort_order.rbs
Overview
Sort order for listing cases. Defaults to CREATED_DESC (newest first):
CREATED_ASC- Oldest firstCREATED_DESC- Newest firstPRIORITY_DESC- Highest priority firstPRIORITY_ASC- Lowest priority firstSTATUS_DESC- Furthest workflow stage firstSTATUS_ASC- Earliest workflow stage first
Constant Summary collapse
- CREATED_ASC =
:CREATED_ASC- CREATED_DESC =
:CREATED_DESC- PRIORITY_DESC =
:PRIORITY_DESC- PRIORITY_ASC =
:PRIORITY_ASC- STATUS_DESC =
:STATUS_DESC- STATUS_ASC =
:STATUS_ASC
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/lithic/models/transaction_monitoring/case_sort_order.rb', line 24
|
Instance Method Details
#self?.values ⇒ ::Array[Lithic::Models::TransactionMonitoring::case_sort_order]
22 |
# File 'sig/lithic/models/transaction_monitoring/case_sort_order.rbs', line 22
def self?.values: -> ::Array[Lithic::Models::TransactionMonitoring::case_sort_order]
|