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