Package com.anthropic.models
Class BetaCitationContentBlockLocation.Builder
-
- All Implemented Interfaces:
public final class BetaCitationContentBlockLocation.BuilderA builder for BetaCitationContentBlockLocation.
-
-
Method Summary
-
-
Method Detail
-
citedText
final BetaCitationContentBlockLocation.Builder citedText(String citedText)
-
citedText
final BetaCitationContentBlockLocation.Builder citedText(JsonField<String> citedText)
-
documentIndex
final BetaCitationContentBlockLocation.Builder documentIndex(Long documentIndex)
-
documentIndex
final BetaCitationContentBlockLocation.Builder documentIndex(JsonField<Long> documentIndex)
-
documentTitle
final BetaCitationContentBlockLocation.Builder documentTitle(String documentTitle)
-
documentTitle
final BetaCitationContentBlockLocation.Builder documentTitle(Optional<String> documentTitle)
-
documentTitle
final BetaCitationContentBlockLocation.Builder documentTitle(JsonField<String> documentTitle)
-
endBlockIndex
final BetaCitationContentBlockLocation.Builder endBlockIndex(Long endBlockIndex)
-
endBlockIndex
final BetaCitationContentBlockLocation.Builder endBlockIndex(JsonField<Long> endBlockIndex)
-
startBlockIndex
final BetaCitationContentBlockLocation.Builder startBlockIndex(Long startBlockIndex)
-
startBlockIndex
final BetaCitationContentBlockLocation.Builder startBlockIndex(JsonField<Long> startBlockIndex)
-
type
final BetaCitationContentBlockLocation.Builder type(BetaCitationContentBlockLocation.Type type)
-
type
final BetaCitationContentBlockLocation.Builder type(JsonField<BetaCitationContentBlockLocation.Type> type)
-
additionalProperties
final BetaCitationContentBlockLocation.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaCitationContentBlockLocation.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaCitationContentBlockLocation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaCitationContentBlockLocation.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaCitationContentBlockLocation.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaCitationContentBlockLocation build()
-
-
-
-