Uses of Class
dev.vality.damsel.user_interaction.BrowserHTTPRequest._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.user_interaction |
-
Uses of BrowserHTTPRequest._Fields in dev.vality.damsel.user_interaction
Fields in dev.vality.damsel.user_interaction with type parameters of type BrowserHTTPRequest._Fields Modifier and Type Field Description static Map<BrowserHTTPRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>BrowserHTTPRequest. metaDataMapMethods in dev.vality.damsel.user_interaction that return BrowserHTTPRequest._Fields Modifier and Type Method Description protected BrowserHTTPRequest._FieldsBrowserHTTPRequest. enumForId(short id)BrowserHTTPRequest._FieldsBrowserHTTPRequest. 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._Fields[]BrowserHTTPRequest. getFields()static BrowserHTTPRequest._FieldsBrowserHTTPRequest._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static BrowserHTTPRequest._Fields[]BrowserHTTPRequest._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.user_interaction that return types with arguments of type BrowserHTTPRequest._Fields Modifier and Type Method Description Map<BrowserHTTPRequest._Fields,org.apache.thrift.meta_data.FieldMetaData>BrowserHTTPRequest. getFieldMetaData()Methods in dev.vality.damsel.user_interaction with parameters of type BrowserHTTPRequest._Fields Modifier and Type Method Description protected 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._Fields Constructor Description BrowserHTTPRequest(BrowserHTTPRequest._Fields setField, Object value)