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