Class V1RetrieveResearchResponse.Results.Source.Builder
-
- All Implemented Interfaces:
public final class V1RetrieveResearchResponse.Results.Source.BuilderA builder for Source.
-
-
Method Summary
-
-
Method Detail
-
snippet
final V1RetrieveResearchResponse.Results.Source.Builder snippet(String snippet)
-
snippet
final V1RetrieveResearchResponse.Results.Source.Builder snippet(JsonField<String> snippet)
Sets Builder.snippet to an arbitrary JSON value.
You should usually call Builder.snippet with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
title
final V1RetrieveResearchResponse.Results.Source.Builder title(String title)
-
title
final V1RetrieveResearchResponse.Results.Source.Builder title(JsonField<String> title)
Sets Builder.title to an arbitrary JSON value.
You should usually call Builder.title with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
url
final V1RetrieveResearchResponse.Results.Source.Builder url(String url)
-
url
final V1RetrieveResearchResponse.Results.Source.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1RetrieveResearchResponse.Results.Source.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1RetrieveResearchResponse.Results.Source.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1RetrieveResearchResponse.Results.Source.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1RetrieveResearchResponse.Results.Source.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1RetrieveResearchResponse.Results.Source.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1RetrieveResearchResponse.Results.Source build()
Returns an immutable instance of Source.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-