Class CreateCommentResponse.Builder
java.lang.Object
com.langfuse.client.resources.comments.types.CreateCommentResponse.Builder
- All Implemented Interfaces:
CreateCommentResponse._FinalStage,CreateCommentResponse.IdStage
- Enclosing class:
CreateCommentResponse
public static final class CreateCommentResponse.Builder
extends Object
implements CreateCommentResponse.IdStage, CreateCommentResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(CreateCommentResponse other) The id of the created object in Langfuse
-
Method Details
-
from
- Specified by:
fromin interfaceCreateCommentResponse.IdStage
-
id
The id of the created object in Langfuse
The id of the created object in Langfuse
- Specified by:
idin interfaceCreateCommentResponse.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceCreateCommentResponse._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceCreateCommentResponse._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceCreateCommentResponse._FinalStage
-