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