Package com.braintrustdata.api.models
Class ProjectLogFeedbackParams.Body.Builder
-
- All Implemented Interfaces:
public final class ProjectLogFeedbackParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
feedback
final ProjectLogFeedbackParams.Body.Builder feedback(List<FeedbackProjectLogsItem> feedback)
A list of project logs feedback items
-
feedback
final ProjectLogFeedbackParams.Body.Builder feedback(JsonField<List<FeedbackProjectLogsItem>> feedback)
Sets Builder.feedback to an arbitrary JSON value.
You should usually call Builder.feedback with a well-typed
List<FeedbackProjectLogsItem>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addFeedback
final ProjectLogFeedbackParams.Body.Builder addFeedback(FeedbackProjectLogsItem feedback)
Adds a single FeedbackProjectLogsItem to Builder.feedback.
-
additionalProperties
final ProjectLogFeedbackParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ProjectLogFeedbackParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ProjectLogFeedbackParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ProjectLogFeedbackParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ProjectLogFeedbackParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ProjectLogFeedbackParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.feedback()
-
-
-
-