Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyListBlock
Packages that use DocumentBodyListBlock
-
Uses of DocumentBodyListBlock in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyListBlockModifier and TypeMethodDescriptionDocumentBodyListBlock.blocks(List<DocumentListContentBlock> blocks) The list of items for an OrderedList or an UnorderedList.DocumentBodyListBlock.properties(DocumentBodyListItemProperties properties) The properties for the list block.DocumentBodyListBlock.type(DocumentBodyListBlock.TypeEnum type) The type of the list block.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentBodyListBlockMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentBodyListBlockModifier and TypeMethodDescriptionDocumentBodyList.blocks(List<DocumentBodyListBlock> blocks) The list of items for an OrderedList or an UnorderedList.voidDocumentBodyList.setBlocks(List<DocumentBodyListBlock> blocks)