public class ContentBlockElement extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ContentBlockElement.Builder |
| 构造器和说明 |
|---|
ContentBlockElement() |
ContentBlockElement(ContentBlockElement.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockElementType() |
ContentGallery |
getGallery() |
ContentParagraph |
getParagraph() |
static ContentBlockElement.Builder |
newBuilder() |
void |
setBlockElementType(String blockElementType) |
void |
setGallery(ContentGallery gallery) |
void |
setParagraph(ContentParagraph paragraph) |
public ContentBlockElement()
public ContentBlockElement(ContentBlockElement.Builder builder)
public String getBlockElementType()
public void setBlockElementType(String blockElementType)
public ContentParagraph getParagraph()
public void setParagraph(ContentParagraph paragraph)
public ContentGallery getGallery()
public void setGallery(ContentGallery gallery)
public static ContentBlockElement.Builder newBuilder()
Copyright © 2026. All rights reserved.