Uses of Class
dev.vality.damsel.domain.Blocking._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of Blocking._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Blocking._Fields Modifier and Type Field Description static Map<Blocking._Fields,org.apache.thrift.meta_data.FieldMetaData>Blocking. metaDataMapMethods in dev.vality.damsel.domain that return Blocking._Fields Modifier and Type Method Description protected Blocking._FieldsBlocking. enumForId(short id)Blocking._FieldsBlocking. fieldForId(int fieldId)static Blocking._FieldsBlocking._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Blocking._FieldsBlocking._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Blocking._FieldsBlocking._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Blocking._Fields[]Blocking. getFields()static Blocking._FieldsBlocking._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Blocking._Fields[]Blocking._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 Blocking._Fields Modifier and Type Method Description Map<Blocking._Fields,org.apache.thrift.meta_data.FieldMetaData>Blocking. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type Blocking._Fields Modifier and Type Method Description protected voidBlocking. checkType(Blocking._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldBlocking. getFieldDesc(Blocking._Fields setField)Constructors in dev.vality.damsel.domain with parameters of type Blocking._Fields Constructor Description Blocking(Blocking._Fields setField, Object value)