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