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