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