Package com.anthropic.models
Class BetaTextBlockParam
-
- All Implemented Interfaces:
public final class BetaTextBlockParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaTextBlockParam.BuilderA builder for BetaTextBlockParam.
public final classBetaTextBlockParam.Type
-
Method Summary
Modifier and Type Method Description final Stringtext()final BetaTextBlockParam.Typetype()final Optional<BetaCacheControlEphemeral>cacheControl()final Optional<List<BetaTextCitationParam>>citations()final JsonField<String>_text()final JsonField<BetaTextBlockParam.Type>_type()final JsonField<BetaCacheControlEphemeral>_cacheControl()final JsonField<List<BetaTextCitationParam>>_citations()final Map<String, JsonValue>_additionalProperties()final BetaTextBlockParamvalidate()final BetaTextBlockParam.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaTextBlockParam.Builderbuilder()-
-
Method Detail
-
type
final BetaTextBlockParam.Type type()
-
cacheControl
final Optional<BetaCacheControlEphemeral> cacheControl()
-
citations
final Optional<List<BetaTextCitationParam>> citations()
-
_type
final JsonField<BetaTextBlockParam.Type> _type()
-
_cacheControl
final JsonField<BetaCacheControlEphemeral> _cacheControl()
-
_citations
final JsonField<List<BetaTextCitationParam>> _citations()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaTextBlockParam validate()
-
toBuilder
final BetaTextBlockParam.Builder toBuilder()
-
builder
final static BetaTextBlockParam.Builder builder()
-
-
-
-