Uses of Enum Class
ai.waii.clients.history.GeneratedHistoryEntryType
Packages that use GeneratedHistoryEntryType
-
Uses of GeneratedHistoryEntryType in ai.waii.clients.history
Fields in ai.waii.clients.history declared as GeneratedHistoryEntryTypeMethods in ai.waii.clients.history that return GeneratedHistoryEntryTypeModifier and TypeMethodDescriptionHistoryEntry.getHistoryType()GetGeneratedQueryHistoryRequest.getIncludedTypes()static GeneratedHistoryEntryTypeReturns the enum constant of this class with the specified name.static GeneratedHistoryEntryType[]GeneratedHistoryEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.waii.clients.history with parameters of type GeneratedHistoryEntryTypeModifier and TypeMethodDescriptionvoidHistoryEntry.setHistoryType(GeneratedHistoryEntryType historyType) voidGetGeneratedQueryHistoryRequest.setIncludedTypes(GeneratedHistoryEntryType[] includedTypes)