Class V1ResearchResponse
-
- All Implemented Interfaces:
public final class V1ResearchResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ResearchResponse.BuilderA builder for V1ResearchResponse.
public final classV1ResearchResponse.Candidate
-
Method Summary
Modifier and Type Method Description final Optional<List<String>>additionalQueries()Additional queries used final Optional<List<V1ResearchResponse.Candidate>>candidates()final Optional<Long>found()Number of candidates found final Optional<String>hint()Usage guidance final Optional<String>jurisdiction()Jurisdiction filter applied final Optional<String>query()Primary search query final Optional<String>searchType()Search type used (deep) final JsonField<List<String>>_additionalQueries()Returns the raw JSON value of additionalQueries. final JsonField<List<V1ResearchResponse.Candidate>>_candidates()Returns the raw JSON value of candidates. final JsonField<Long>_found()Returns the raw JSON value of found. final JsonField<String>_hint()Returns the raw JSON value of hint. final JsonField<String>_jurisdiction()Returns the raw JSON value of jurisdiction. final JsonField<String>_query()Returns the raw JSON value of query. final JsonField<String>_searchType()Returns the raw JSON value of searchType. final Map<String, JsonValue>_additionalProperties()final V1ResearchResponse.BuildertoBuilder()final V1ResearchResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1ResearchResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1ResearchResponse. -
-
Method Detail
-
additionalQueries
final Optional<List<String>> additionalQueries()
Additional queries used
-
candidates
final Optional<List<V1ResearchResponse.Candidate>> candidates()
-
jurisdiction
final Optional<String> jurisdiction()
Jurisdiction filter applied
-
searchType
final Optional<String> searchType()
Search type used (deep)
-
_additionalQueries
final JsonField<List<String>> _additionalQueries()
Returns the raw JSON value of additionalQueries.
Unlike additionalQueries, this method doesn't throw if the JSON field has an unexpected type.
-
_candidates
final JsonField<List<V1ResearchResponse.Candidate>> _candidates()
Returns the raw JSON value of candidates.
Unlike candidates, this method doesn't throw if the JSON field has an unexpected type.
-
_found
final JsonField<Long> _found()
Returns the raw JSON value of found.
Unlike found, this method doesn't throw if the JSON field has an unexpected type.
-
_hint
final JsonField<String> _hint()
Returns the raw JSON value of hint.
Unlike hint, this method doesn't throw if the JSON field has an unexpected type.
-
_jurisdiction
final JsonField<String> _jurisdiction()
Returns the raw JSON value of jurisdiction.
Unlike jurisdiction, this method doesn't throw if the JSON field has an unexpected type.
-
_query
final JsonField<String> _query()
Returns the raw JSON value of query.
Unlike query, this method doesn't throw if the JSON field has an unexpected type.
-
_searchType
final JsonField<String> _searchType()
Returns the raw JSON value of searchType.
Unlike searchType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1ResearchResponse.Builder toBuilder()
-
validate
final V1ResearchResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static V1ResearchResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1ResearchResponse.
-
-
-
-