Package com.openai.models.responses
Class ResponseOutputText.Annotation.UrlCitation.Builder
-
- All Implemented Interfaces:
public final class ResponseOutputText.Annotation.UrlCitation.Builder
A builder for UrlCitation.
-
-
Method Summary
-
-
Method Detail
-
endIndex
final ResponseOutputText.Annotation.UrlCitation.Builder endIndex(Long endIndex)
The index of the last character of the URL citation in the message.
-
endIndex
final ResponseOutputText.Annotation.UrlCitation.Builder endIndex(JsonField<Long> endIndex)
The index of the last character of the URL citation in the message.
-
startIndex
final ResponseOutputText.Annotation.UrlCitation.Builder startIndex(Long startIndex)
The index of the first character of the URL citation in the message.
-
startIndex
final ResponseOutputText.Annotation.UrlCitation.Builder startIndex(JsonField<Long> startIndex)
The index of the first character of the URL citation in the message.
-
title
final ResponseOutputText.Annotation.UrlCitation.Builder title(String title)
The title of the web resource.
-
title
final ResponseOutputText.Annotation.UrlCitation.Builder title(JsonField<String> title)
The title of the web resource.
-
type
final ResponseOutputText.Annotation.UrlCitation.Builder type(JsonValue type)
The type of the URL citation. Always
url_citation
.
-
url
final ResponseOutputText.Annotation.UrlCitation.Builder url(String url)
The URL of the web resource.
-
url
final ResponseOutputText.Annotation.UrlCitation.Builder url(JsonField<String> url)
The URL of the web resource.
-
additionalProperties
final ResponseOutputText.Annotation.UrlCitation.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseOutputText.Annotation.UrlCitation.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseOutputText.Annotation.UrlCitation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseOutputText.Annotation.UrlCitation.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseOutputText.Annotation.UrlCitation.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseOutputText.Annotation.UrlCitation build()
-
-
-
-