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