Uses of Enum Class
dev.vality.bouncer.rstn.Restrictions._Fields
Packages that use Restrictions._Fields
-
Uses of Restrictions._Fields in dev.vality.bouncer.rstn
Fields in dev.vality.bouncer.rstn with type parameters of type Restrictions._FieldsModifier and TypeFieldDescriptionstatic final Map<Restrictions._Fields,org.apache.thrift.meta_data.FieldMetaData> Restrictions.metaDataMapMethods in dev.vality.bouncer.rstn that return Restrictions._FieldsModifier and TypeMethodDescriptionRestrictions.fieldForId(int fieldId) static Restrictions._FieldsRestrictions._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static Restrictions._FieldsRestrictions._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static Restrictions._FieldsRestrictions._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Restrictions.getFields()static Restrictions._FieldsReturns the enum constant of this class with the specified name.static Restrictions._Fields[]Restrictions._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.bouncer.rstn that return types with arguments of type Restrictions._FieldsModifier and TypeMethodDescriptionMap<Restrictions._Fields,org.apache.thrift.meta_data.FieldMetaData> Restrictions.getFieldMetaData()Methods in dev.vality.bouncer.rstn with parameters of type Restrictions._FieldsModifier and TypeMethodDescriptionRestrictions.getFieldValue(Restrictions._Fields field) booleanRestrictions.isSet(Restrictions._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidRestrictions.setFieldValue(Restrictions._Fields field, Object value)