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