Uses of Class
dev.vality.bouncer.rstn.Restrictions._Fields
| Package | Description |
|---|---|
| dev.vality.bouncer.rstn |
-
Uses of Restrictions._Fields in dev.vality.bouncer.rstn
Fields in dev.vality.bouncer.rstn with type parameters of type Restrictions._Fields Modifier and Type Field Description static Map<Restrictions._Fields,org.apache.thrift.meta_data.FieldMetaData>Restrictions. metaDataMapMethods in dev.vality.bouncer.rstn that return Restrictions._Fields Modifier and Type Method Description Restrictions._FieldsRestrictions. 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._Fields[]Restrictions. getFields()static Restrictions._FieldsRestrictions._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Restrictions._Fields[]Restrictions._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.bouncer.rstn that return types with arguments of type Restrictions._Fields Modifier and Type Method Description Map<Restrictions._Fields,org.apache.thrift.meta_data.FieldMetaData>Restrictions. getFieldMetaData()Methods in dev.vality.bouncer.rstn with parameters of type Restrictions._Fields Modifier and Type Method Description ObjectRestrictions. 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)