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