Package dev.case.api.models.search.v1
Class V1RetrieveResearchResponse.Results
-
- All Implemented Interfaces:
public final class V1RetrieveResearchResponse.ResultsResearch findings and analysis
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1RetrieveResearchResponse.Results.BuilderA builder for Results.
public final classV1RetrieveResearchResponse.Results.Sectionpublic final classV1RetrieveResearchResponse.Results.Source
-
Method Summary
-
-
Method Detail
-
sections
final Optional<List<V1RetrieveResearchResponse.Results.Section>> sections()
Detailed research sections
-
sources
final Optional<List<V1RetrieveResearchResponse.Results.Source>> sources()
All sources referenced in research
-
_sections
final JsonField<List<V1RetrieveResearchResponse.Results.Section>> _sections()
Returns the raw JSON value of sections.
Unlike sections, this method doesn't throw if the JSON field has an unexpected type.
-
_sources
final JsonField<List<V1RetrieveResearchResponse.Results.Source>> _sources()
Returns the raw JSON value of sources.
Unlike sources, this method doesn't throw if the JSON field has an unexpected type.
-
_summary
final JsonField<String> _summary()
Returns the raw JSON value of summary.
Unlike summary, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1RetrieveResearchResponse.Results.Builder toBuilder()
-
validate
final V1RetrieveResearchResponse.Results validate()
-
builder
final static V1RetrieveResearchResponse.Results.Builder builder()
Returns a mutable builder for constructing an instance of Results.
-
-
-
-