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