Uses of Class
dev.vality.damsel.payout_processing.PayoutSearchStatus
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of PayoutSearchStatus in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as PayoutSearchStatus Modifier and Type Field Description PayoutSearchStatusPayoutSearchCriteria. statusMethods in dev.vality.damsel.payout_processing that return PayoutSearchStatus Modifier and Type Method Description static PayoutSearchStatusPayoutSearchStatus. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.PayoutSearchStatusPayoutSearchCriteria. getStatus()static PayoutSearchStatusPayoutSearchStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutSearchStatus[]PayoutSearchStatus. 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 PayoutSearchStatus Modifier and Type Method Description PayoutSearchCriteriaPayoutSearchCriteria. setStatus(PayoutSearchStatus status)