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