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