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