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