Package com.braintrustdata.api.models
Class ProjectLogFeedbackParams.Body
-
- All Implemented Interfaces:
public final class ProjectLogFeedbackParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectLogFeedbackParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<FeedbackProjectLogsItem>feedback()A list of project logs feedback items final JsonField<List<FeedbackProjectLogsItem>>_feedback()Returns the raw JSON value of feedback. final Map<String, JsonValue>_additionalProperties()final ProjectLogFeedbackParams.Body.BuildertoBuilder()final ProjectLogFeedbackParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectLogFeedbackParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
feedback
final List<FeedbackProjectLogsItem> feedback()
A list of project logs feedback items
-
_feedback
final JsonField<List<FeedbackProjectLogsItem>> _feedback()
Returns the raw JSON value of feedback.
Unlike feedback, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProjectLogFeedbackParams.Body.Builder toBuilder()
-
validate
final ProjectLogFeedbackParams.Body validate()
-
builder
final static ProjectLogFeedbackParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.feedback()
-
-
-
-