Uses of Class
dev.vality.damsel.payout_processing.PayoutType._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of PayoutType._Fields in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing with type parameters of type PayoutType._Fields Modifier and Type Field Description static Map<PayoutType._Fields,org.apache.thrift.meta_data.FieldMetaData>PayoutType. metaDataMapMethods in dev.vality.damsel.payout_processing that return PayoutType._Fields Modifier and Type Method Description protected PayoutType._FieldsPayoutType. enumForId(short id)PayoutType._FieldsPayoutType. fieldForId(int fieldId)static PayoutType._FieldsPayoutType._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PayoutType._FieldsPayoutType._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PayoutType._FieldsPayoutType._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PayoutType._Fields[]PayoutType. getFields()static PayoutType._FieldsPayoutType._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutType._Fields[]PayoutType._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.payout_processing that return types with arguments of type PayoutType._Fields Modifier and Type Method Description Map<PayoutType._Fields,org.apache.thrift.meta_data.FieldMetaData>PayoutType. getFieldMetaData()Methods in dev.vality.damsel.payout_processing with parameters of type PayoutType._Fields Modifier and Type Method Description protected voidPayoutType. checkType(PayoutType._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldPayoutType. getFieldDesc(PayoutType._Fields setField)Constructors in dev.vality.damsel.payout_processing with parameters of type PayoutType._Fields Constructor Description PayoutType(PayoutType._Fields setField, Object value)