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