Package dev.case.api.models.search.v1
Class V1RetrieveResearchResponse.Results.Section
-
- All Implemented Interfaces:
public final class V1RetrieveResearchResponse.Results.Section
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1RetrieveResearchResponse.Results.Section.BuilderA builder for Section.
public final classV1RetrieveResearchResponse.Results.Section.Source
-
Method Summary
Modifier and Type Method Description final Optional<String>content()final Optional<List<V1RetrieveResearchResponse.Results.Section.Source>>sources()final Optional<String>title()final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<List<V1RetrieveResearchResponse.Results.Section.Source>>_sources()Returns the raw JSON value of sources. final JsonField<String>_title()Returns the raw JSON value of title. final Map<String, JsonValue>_additionalProperties()final V1RetrieveResearchResponse.Results.Section.BuildertoBuilder()final V1RetrieveResearchResponse.Results.Sectionvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1RetrieveResearchResponse.Results.Section.Builderbuilder()Returns a mutable builder for constructing an instance of Section. -
-
Method Detail
-
sources
final Optional<List<V1RetrieveResearchResponse.Results.Section.Source>> sources()
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_sources
final JsonField<List<V1RetrieveResearchResponse.Results.Section.Source>> _sources()
Returns the raw JSON value of sources.
Unlike sources, this method doesn't throw if the JSON field has an unexpected type.
-
_title
final JsonField<String> _title()
Returns the raw JSON value of title.
Unlike title, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1RetrieveResearchResponse.Results.Section.Builder toBuilder()
-
validate
final V1RetrieveResearchResponse.Results.Section validate()
-
builder
final static V1RetrieveResearchResponse.Results.Section.Builder builder()
Returns a mutable builder for constructing an instance of Section.
-
-
-
-