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