Package com.braintrustdata.api.models
Class ProjectTagListPageResponse
-
- All Implemented Interfaces:
public final class ProjectTagListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectTagListPageResponse.BuilderA builder for ProjectTagListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<ProjectTag>objects()A list of project_tag objects final JsonField<List<ProjectTag>>_objects()Returns the raw JSON value of objects. final Map<String, JsonValue>_additionalProperties()final ProjectTagListPageResponse.BuildertoBuilder()final ProjectTagListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectTagListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ProjectTagListPageResponse. -
-
Method Detail
-
objects
final List<ProjectTag> objects()
A list of project_tag objects
-
_objects
final JsonField<List<ProjectTag>> _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 ProjectTagListPageResponse.Builder toBuilder()
-
validate
final ProjectTagListPageResponse validate()
-
builder
final static ProjectTagListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of ProjectTagListPageResponse.
The following fields are required:
.objects()
-
-
-
-