Uses of Class
com.smeup.kokos.sdk.model.data.SmeupVariable
Packages that use SmeupVariable
Package
Description
-
Uses of SmeupVariable in com.smeup.kokos.sdk.caller
Methods in com.smeup.kokos.sdk.caller with parameters of type SmeupVariableModifier and TypeMethodDescriptionvoidKokosService.writeVariable(SmeupVariable... variable) Write variable or variables at the end of the stream -
Uses of SmeupVariable in com.smeup.kokos.sdk.model.data
Methods in com.smeup.kokos.sdk.model.data that return types with arguments of type SmeupVariableModifier and TypeMethodDescriptionComponentDynamism.getVariables()SmeupDataStructure.getVariables()Method parameters in com.smeup.kokos.sdk.model.data with type arguments of type SmeupVariableModifier and TypeMethodDescriptionvoidComponentDynamism.setVariables(List<SmeupVariable> variables) voidSmeupDataStructure.setVariables(List<SmeupVariable> variables) -
Uses of SmeupVariable in com.smeup.kokos.sdk.util
Fields in com.smeup.kokos.sdk.util with type parameters of type SmeupVariableModifier and TypeFieldDescriptionprotected final List<SmeupVariable> SmeupDataStructurePrinter.variablesMethods in com.smeup.kokos.sdk.util that return SmeupVariableMethods in com.smeup.kokos.sdk.util with parameters of type SmeupVariableModifier and TypeMethodDescriptionvoidSmeupDataStructurePrinter.printVariable(SmeupVariable... variable) Add variable or variables to the listSmeupDataTableBuilder.variable(SmeupVariable variable)