Uses of Enum Class
dev.vality.damsel.domain.Suspension._Fields
Packages that use Suspension._Fields
-
Uses of Suspension._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Suspension._FieldsModifier and TypeFieldDescriptionstatic final Map<Suspension._Fields,org.apache.thrift.meta_data.FieldMetaData> Suspension.metaDataMapMethods in dev.vality.damsel.domain that return Suspension._FieldsModifier and TypeMethodDescriptionprotected Suspension._FieldsSuspension.enumForId(short id) Suspension.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.getFields()static Suspension._FieldsReturns the enum constant of this class with the specified name.static Suspension._Fields[]Suspension._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type Suspension._FieldsModifier and TypeMethodDescriptionMap<Suspension._Fields,org.apache.thrift.meta_data.FieldMetaData> Suspension.getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type Suspension._FieldsModifier and TypeMethodDescriptionprotected 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