Uses of Enum Class
dev.vality.damsel.preauth.State._Fields
Packages that use State._Fields
-
Uses of State._Fields in dev.vality.damsel.preauth
Fields in dev.vality.damsel.preauth with type parameters of type State._FieldsModifier and TypeFieldDescriptionstatic final Map<State._Fields,org.apache.thrift.meta_data.FieldMetaData> State.metaDataMapMethods in dev.vality.damsel.preauth that return State._FieldsModifier and TypeMethodDescriptionprotected State._FieldsState.enumForId(short id) State.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.getFields()static State._FieldsReturns the enum constant of this class with the specified name.static State._Fields[]State._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.preauth that return types with arguments of type State._FieldsModifier and TypeMethodDescriptionMap<State._Fields,org.apache.thrift.meta_data.FieldMetaData> State.getFieldMetaData()Methods in dev.vality.damsel.preauth with parameters of type State._FieldsModifier and TypeMethodDescriptionprotected 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