Uses of Enum Class
dev.vality.damsel.user_interaction.BrowserHTTPRequest._Fields
Packages that use BrowserHTTPRequest._Fields
-
Uses of BrowserHTTPRequest._Fields in dev.vality.damsel.user_interaction
Fields in dev.vality.damsel.user_interaction with type parameters of type BrowserHTTPRequest._FieldsModifier and TypeFieldDescriptionstatic final Map<BrowserHTTPRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> BrowserHTTPRequest.metaDataMapMethods in dev.vality.damsel.user_interaction that return BrowserHTTPRequest._FieldsModifier and TypeMethodDescriptionprotected BrowserHTTPRequest._FieldsBrowserHTTPRequest.enumForId(short id) BrowserHTTPRequest.fieldForId(int fieldId) static BrowserHTTPRequest._FieldsBrowserHTTPRequest._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static BrowserHTTPRequest._FieldsBrowserHTTPRequest._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static BrowserHTTPRequest._FieldsBrowserHTTPRequest._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.BrowserHTTPRequest.getFields()static BrowserHTTPRequest._FieldsReturns the enum constant of this class with the specified name.static BrowserHTTPRequest._Fields[]BrowserHTTPRequest._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.user_interaction that return types with arguments of type BrowserHTTPRequest._FieldsModifier and TypeMethodDescriptionMap<BrowserHTTPRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> BrowserHTTPRequest.getFieldMetaData()Methods in dev.vality.damsel.user_interaction with parameters of type BrowserHTTPRequest._FieldsModifier and TypeMethodDescriptionprotected voidBrowserHTTPRequest.checkType(BrowserHTTPRequest._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldBrowserHTTPRequest.getFieldDesc(BrowserHTTPRequest._Fields setField) Constructors in dev.vality.damsel.user_interaction with parameters of type BrowserHTTPRequest._FieldsModifierConstructorDescriptionBrowserHTTPRequest(BrowserHTTPRequest._Fields setField, Object value)