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