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