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