Class Comment.Builder
java.lang.Object
com.langfuse.client.resources.commons.types.Comment.Builder
- All Implemented Interfaces:
Comment._FinalStage,Comment.ContentStage,Comment.CreatedAtStage,Comment.IdStage,Comment.ObjectIdStage,Comment.ObjectTypeStage,Comment.ProjectIdStage,Comment.UpdatedAtStage
- Enclosing class:
Comment
public static final class Comment.Builder
extends Object
implements Comment.IdStage, Comment.ProjectIdStage, Comment.CreatedAtStage, Comment.UpdatedAtStage, Comment.ObjectTypeStage, Comment.ObjectIdStage, Comment.ContentStage, Comment._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) authorUserId(Nullable<String> authorUserId) The user ID of the comment authorauthorUserId(String authorUserId) The user ID of the comment authorauthorUserId(Optional<String> authorUserId) The user ID of the comment authorbuild()createdAt(OffsetDateTime createdAt) objectType(CommentObjectType objectType) updatedAt(OffsetDateTime updatedAt)
-
Method Details
-
from
- Specified by:
fromin interfaceComment.IdStage
-
id
- Specified by:
idin interfaceComment.IdStage
-
projectId
- Specified by:
projectIdin interfaceComment.ProjectIdStage
-
createdAt
- Specified by:
createdAtin interfaceComment.CreatedAtStage
-
updatedAt
- Specified by:
updatedAtin interfaceComment.UpdatedAtStage
-
objectType
- Specified by:
objectTypein interfaceComment.ObjectTypeStage
-
objectId
- Specified by:
objectIdin interfaceComment.ObjectIdStage
-
content
- Specified by:
contentin interfaceComment.ContentStage
-
authorUserId
The user ID of the comment author
- Specified by:
authorUserIdin interfaceComment._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
authorUserId
The user ID of the comment author
- Specified by:
authorUserIdin interfaceComment._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
authorUserId
The user ID of the comment author
- Specified by:
authorUserIdin interfaceComment._FinalStage
-
build
- Specified by:
buildin interfaceComment._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceComment._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceComment._FinalStage
-