Uses of Class
com.smeup.kokos.sdk.model.data.SmeupDataNode
Packages that use SmeupDataNode
Package
Description
-
Uses of SmeupDataNode in com.smeup.kokos.sdk.caller
Methods in com.smeup.kokos.sdk.caller with parameters of type SmeupDataNodeModifier and TypeMethodDescriptionvoidKokosService.writeDataNode(SmeupDataNode node, boolean hasChildren) Write a single SmeupDataNode data structure.Method parameters in com.smeup.kokos.sdk.caller with type arguments of type SmeupDataNodeModifier and TypeMethodDescriptionvoidKokosService.writeButtons(List<SmeupDataNode> buttons) Return a buttons -
Uses of SmeupDataNode in com.smeup.kokos.sdk.model.data
Methods in com.smeup.kokos.sdk.model.data that return types with arguments of type SmeupDataNodeModifier and TypeMethodDescriptionSectionComponent.getButtons()SmeupDataStructure.getButtons()SmeupMessage.getButtons()SmeupDataNode.getChildren()SmeupDataTree.getChildren()SmeupSetup.getCommands()Method parameters in com.smeup.kokos.sdk.model.data with type arguments of type SmeupDataNodeModifier and TypeMethodDescriptionvoidSectionComponent.setButtons(List<SmeupDataNode> buttons) voidSmeupDataStructure.setButtons(List<SmeupDataNode> buttons) voidSmeupMessage.setButtons(List<SmeupDataNode> buttons) voidSmeupDataNode.setChildren(List<SmeupDataNode> children) voidSmeupDataTree.setChildren(List<SmeupDataNode> children) voidSmeupSetup.setCommands(List<SmeupDataNode> commands) -
Uses of SmeupDataNode in com.smeup.kokos.sdk.util
Fields in com.smeup.kokos.sdk.util with type parameters of type SmeupDataNodeModifier and TypeFieldDescriptionprotected final List<SmeupDataNode> SmeupDataStructurePrinter.buttonsMethods in com.smeup.kokos.sdk.util that return SmeupDataNodeMethods in com.smeup.kokos.sdk.util with parameters of type SmeupDataNodeModifier and TypeMethodDescriptionSmeupDataTableBuilder.button(SmeupDataNode button) SmeupDataNodeBuilder.child(SmeupDataNode child) SmeupSetupBuilder.command(SmeupDataNode command) voidSmeupDataStructureCorePrinter.printSmeupDataNode(OutputStream out, SmeupDataNode node, boolean hasChildren) voidSmeupDataStructurePrinter.printSmeupDataNode(OutputStream out, SmeupDataNode node, boolean hasChildren) Print a SmeupDataNode to streamMethod parameters in com.smeup.kokos.sdk.util with type arguments of type SmeupDataNodeModifier and TypeMethodDescriptionSmeupMessageBuilder.buttons(List<SmeupDataNode> buttons) voidSmeupDataStructurePrinter.printButtons(List<SmeupDataNode> buttons) Print buttons -
Uses of SmeupDataNode in com.smeup.kokos.sdk.util.legacy
Methods in com.smeup.kokos.sdk.util.legacy that return SmeupDataNodeModifier and TypeMethodDescriptionstatic SmeupDataNodeLegacySmeupTreeNodeConverter.convert(String legacyValue, String legacyOverrideValue, LegacySmeupTreeNodeConverterArgs nodeArgs, LegacySmeupCellConverterArgs cellArgs, Map<String, LegacySmeupCellConverterArgs> cellArgsMap) Convert legacy attributes to SmeupDataNode (backward-compatible overload without Language).static SmeupDataNodeLegacySmeupTreeNodeConverter.convert(String legacyValue, String legacyOverrideValue, LegacySmeupTreeNodeConverterArgs nodeArgs, LegacySmeupCellConverterArgs cellArgs, Map<String, LegacySmeupCellConverterArgs> cellArgsMap, Language language) Convert legacy attributes to SmeupDataNode.static SmeupDataNodeLegacySmeupTreeNodeConverter.convert(String legacyValue, String legacyOverrideValue, LegacySmeupTreeNodeConverterArgs nodeArgs, LegacySmeupCellConverterArgs cellArgs, Map<String, LegacySmeupCellConverterArgs> cellArgsMap, Language language, List<SmeupMessage> messages) Convert legacy attributes to SmeupDataNode.