Package com.braintrustdata.api.models
Class ProjectScoreListPage.Response
-
- All Implemented Interfaces:
public final class ProjectScoreListPage.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectScoreListPage.Response.Builder
-
Constructor Summary
Constructors Constructor Description ProjectScoreListPage.Response(JsonField<List<ProjectScore>> objects, Map<String, JsonValue> additionalProperties)
-
Method Summary
Modifier and Type Method Description final List<ProjectScore>objects()final Optional<JsonField<List<ProjectScore>>>_objects()final Map<String, JsonValue>_additionalProperties()final ProjectScoreListPage.Responsevalidate()final ProjectScoreListPage.Response.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectScoreListPage.Response.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectScoreListPage. -
-
Method Detail
-
objects
final List<ProjectScore> objects()
-
_objects
final Optional<JsonField<List<ProjectScore>>> _objects()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ProjectScoreListPage.Response validate()
-
toBuilder
final ProjectScoreListPage.Response.Builder toBuilder()
-
builder
final static ProjectScoreListPage.Response.Builder builder()
Returns a mutable builder for constructing an instance of ProjectScoreListPage.
-
-
-
-