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