Uses of Class
com.microsoft.semantickernel.templateengine.blocks.BlockTypes
-
Packages that use BlockTypes Package Description com.microsoft.semantickernel.templateengine.blocks -
-
Uses of BlockTypes in com.microsoft.semantickernel.templateengine.blocks
Methods in com.microsoft.semantickernel.templateengine.blocks that return BlockTypes Modifier and Type Method Description BlockTypesBlock. getType()Get the block typestatic BlockTypesBlockTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockTypes[]BlockTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.semantickernel.templateengine.blocks with parameters of type BlockTypes Constructor Description Block(String content, BlockTypes type)Base constructor
-