Uses of Class
dev.vality.damsel.domain.PaymentMethodRef._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentMethodRef._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type PaymentMethodRef._Fields Modifier and Type Field Description static Map<PaymentMethodRef._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentMethodRef. metaDataMapMethods in dev.vality.damsel.domain that return PaymentMethodRef._Fields Modifier and Type Method Description PaymentMethodRef._FieldsPaymentMethodRef. fieldForId(int fieldId)static PaymentMethodRef._FieldsPaymentMethodRef._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PaymentMethodRef._FieldsPaymentMethodRef._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PaymentMethodRef._FieldsPaymentMethodRef._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PaymentMethodRef._Fields[]PaymentMethodRef. getFields()static PaymentMethodRef._FieldsPaymentMethodRef._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethodRef._Fields[]PaymentMethodRef._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type PaymentMethodRef._Fields Modifier and Type Method Description Map<PaymentMethodRef._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentMethodRef. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type PaymentMethodRef._Fields Modifier and Type Method Description ObjectPaymentMethodRef. getFieldValue(PaymentMethodRef._Fields field)booleanPaymentMethodRef. isSet(PaymentMethodRef._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidPaymentMethodRef. setFieldValue(PaymentMethodRef._Fields field, Object value)