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