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