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