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