Class ContentBlockType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ContentBlockType.Builder
-
- Enclosing class:
- ContentBlockType
public static final class ContentBlockType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentBlockTypebuild()ContentBlockType.BuildersourceValue(ContentBlockSourceValue sourceValue)The source value of the type.ContentBlockType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockSourceValue> sourceValue)The source value of the type.ContentBlockType.Buildervalue(ContentBlockValue value)The type of the content blocks.ContentBlockType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockValue> value)The type of the content blocks.
-
-
-
Method Detail
-
value
public ContentBlockType.Builder value(ContentBlockValue value)
The type of the content blocks.
-
value
public ContentBlockType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockValue> value)
The type of the content blocks.
-
sourceValue
public ContentBlockType.Builder sourceValue(ContentBlockSourceValue sourceValue)
The source value of the type.
-
sourceValue
public ContentBlockType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ContentBlockSourceValue> sourceValue)
The source value of the type.
-
build
public ContentBlockType build()
-
-