Package com.braintrustdata.api.models
Class ProjectLogFeedbackParams
-
- All Implemented Interfaces:
-
com.braintrustdata.api.core.Params
public final class ProjectLogFeedbackParams implements Params
Log feedback for a set of project logs events
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectLogFeedbackParams.BuilderA builder for ProjectLogFeedbackParams.
public final classProjectLogFeedbackParams.Body
-
Method Summary
Modifier and Type Method Description final StringprojectId()Project id 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>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final ProjectLogFeedbackParams.BuildertoBuilder()final ProjectLogFeedbackParams.Body_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectLogFeedbackParams.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectLogFeedbackParams. -
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final ProjectLogFeedbackParams.Builder toBuilder()
-
_body
final ProjectLogFeedbackParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static ProjectLogFeedbackParams.Builder builder()
Returns a mutable builder for constructing an instance of ProjectLogFeedbackParams.
The following fields are required:
.projectId() .feedback()
-
-
-
-