Uses of Class
dev.vality.damsel.preauth.State._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.preauth |
-
Uses of State._Fields in dev.vality.damsel.preauth
Fields in dev.vality.damsel.preauth with type parameters of type State._Fields Modifier and Type Field Description static Map<State._Fields,org.apache.thrift.meta_data.FieldMetaData>State. metaDataMapMethods in dev.vality.damsel.preauth that return State._Fields Modifier and Type Method Description protected State._FieldsState. enumForId(short id)State._FieldsState. fieldForId(int fieldId)static State._FieldsState._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static State._FieldsState._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static State._FieldsState._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.State._Fields[]State. getFields()static State._FieldsState._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static State._Fields[]State._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.preauth that return types with arguments of type State._Fields Modifier and Type Method Description Map<State._Fields,org.apache.thrift.meta_data.FieldMetaData>State. getFieldMetaData()Methods in dev.vality.damsel.preauth with parameters of type State._Fields Modifier and Type Method Description protected voidState. checkType(State._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldState. getFieldDesc(State._Fields setField)Constructors in dev.vality.damsel.preauth with parameters of type State._Fields Constructor Description State(State._Fields setField, Object value)