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