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