Uses of Class
dev.vality.damsel.messages.ConversationFilter._Fields
-
Uses of ConversationFilter._Fields in dev.vality.damsel.messages
Fields in dev.vality.damsel.messages with type parameters of type ConversationFilter._Fields Modifier and Type Field Description static Map<ConversationFilter._Fields,org.apache.thrift.meta_data.FieldMetaData>ConversationFilter. metaDataMapMethods in dev.vality.damsel.messages that return ConversationFilter._Fields Modifier and Type Method Description ConversationFilter._FieldsConversationFilter. fieldForId(int fieldId)static ConversationFilter._FieldsConversationFilter._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static ConversationFilter._FieldsConversationFilter._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static ConversationFilter._FieldsConversationFilter._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.ConversationFilter._Fields[]ConversationFilter. getFields()static ConversationFilter._FieldsConversationFilter._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversationFilter._Fields[]ConversationFilter._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 ConversationFilter._Fields Modifier and Type Method Description Map<ConversationFilter._Fields,org.apache.thrift.meta_data.FieldMetaData>ConversationFilter. getFieldMetaData()Methods in dev.vality.damsel.messages with parameters of type ConversationFilter._Fields Modifier and Type Method Description ObjectConversationFilter. getFieldValue(ConversationFilter._Fields field)booleanConversationFilter. isSet(ConversationFilter._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidConversationFilter. setFieldValue(ConversationFilter._Fields field, Object value)