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