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