Package ai.extend.types
Class JsonOutputMetadataValueInsightsItem.Builder
- java.lang.Object
-
- ai.extend.types.JsonOutputMetadataValueInsightsItem.Builder
-
- All Implemented Interfaces:
JsonOutputMetadataValueInsightsItem._FinalStage,JsonOutputMetadataValueInsightsItem.ContentStage
- Enclosing class:
- JsonOutputMetadataValueInsightsItem
public static final class JsonOutputMetadataValueInsightsItem.Builder extends java.lang.Object implements JsonOutputMetadataValueInsightsItem.ContentStage, JsonOutputMetadataValueInsightsItem._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonOutputMetadataValueInsightsItembuild()JsonOutputMetadataValueInsightsItem._FinalStagecontent(java.lang.String content)The content of the insightJsonOutputMetadataValueInsightsItem.Builderfrom(JsonOutputMetadataValueInsightsItem other)
-
-
-
Method Detail
-
from
public JsonOutputMetadataValueInsightsItem.Builder from(JsonOutputMetadataValueInsightsItem other)
- Specified by:
fromin interfaceJsonOutputMetadataValueInsightsItem.ContentStage
-
content
public JsonOutputMetadataValueInsightsItem._FinalStage content(@NotNull java.lang.String content)
The content of the insight
The content of the insight
- Specified by:
contentin interfaceJsonOutputMetadataValueInsightsItem.ContentStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public JsonOutputMetadataValueInsightsItem build()
- Specified by:
buildin interfaceJsonOutputMetadataValueInsightsItem._FinalStage
-
-