Uses of Class
dev.vality.damsel.message_sender.MailBody._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.message_sender |
-
Uses of MailBody._Fields in dev.vality.damsel.message_sender
Fields in dev.vality.damsel.message_sender with type parameters of type MailBody._Fields Modifier and Type Field Description static Map<MailBody._Fields,org.apache.thrift.meta_data.FieldMetaData>MailBody. metaDataMapMethods in dev.vality.damsel.message_sender that return MailBody._Fields Modifier and Type Method Description MailBody._FieldsMailBody. fieldForId(int fieldId)static MailBody._FieldsMailBody._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static MailBody._FieldsMailBody._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static MailBody._FieldsMailBody._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.MailBody._Fields[]MailBody. getFields()static MailBody._FieldsMailBody._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static MailBody._Fields[]MailBody._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.message_sender that return types with arguments of type MailBody._Fields Modifier and Type Method Description Map<MailBody._Fields,org.apache.thrift.meta_data.FieldMetaData>MailBody. getFieldMetaData()Methods in dev.vality.damsel.message_sender with parameters of type MailBody._Fields Modifier and Type Method Description ObjectMailBody. getFieldValue(MailBody._Fields field)booleanMailBody. isSet(MailBody._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidMailBody. setFieldValue(MailBody._Fields field, Object value)