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