Uses of Class
dev.vality.damsel.payout_processing.OperationType
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of OperationType in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as OperationType Modifier and Type Field Description OperationTypePayoutSummaryItem. operation_typeMethods in dev.vality.damsel.payout_processing that return OperationType Modifier and Type Method Description static OperationTypeOperationType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.OperationTypePayoutSummaryItem. getOperationType()static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.payout_processing with parameters of type OperationType Modifier and Type Method Description PayoutSummaryItemPayoutSummaryItem. setOperationType(OperationType operation_type)Constructors in dev.vality.damsel.payout_processing with parameters of type OperationType Constructor Description PayoutSummaryItem(long amount, long fee, String currency_symbolic_code, String from_time, String to_time, OperationType operation_type, int count)