Uses of Class
dev.vality.damsel.domain.PaymentSystemObject._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentSystemObject._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type PaymentSystemObject._Fields Modifier and Type Field Description static Map<PaymentSystemObject._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentSystemObject. metaDataMapMethods in dev.vality.damsel.domain that return PaymentSystemObject._Fields Modifier and Type Method Description PaymentSystemObject._FieldsPaymentSystemObject. fieldForId(int fieldId)static PaymentSystemObject._FieldsPaymentSystemObject._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PaymentSystemObject._FieldsPaymentSystemObject._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PaymentSystemObject._FieldsPaymentSystemObject._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PaymentSystemObject._Fields[]PaymentSystemObject. getFields()static PaymentSystemObject._FieldsPaymentSystemObject._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentSystemObject._Fields[]PaymentSystemObject._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 PaymentSystemObject._Fields Modifier and Type Method Description Map<PaymentSystemObject._Fields,org.apache.thrift.meta_data.FieldMetaData>PaymentSystemObject. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type PaymentSystemObject._Fields Modifier and Type Method Description ObjectPaymentSystemObject. getFieldValue(PaymentSystemObject._Fields field)booleanPaymentSystemObject. isSet(PaymentSystemObject._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidPaymentSystemObject. setFieldValue(PaymentSystemObject._Fields field, Object value)