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