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