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