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