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