Class BoostListExtractResponse
-
- All Implemented Interfaces:
public final class BoostListExtractResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBoostListExtractResponse.BuilderA builder for BoostListExtractResponse.
public final classBoostListExtractResponse.Itempublic final classBoostListExtractResponse.Source
-
Method Summary
Modifier and Type Method Description final Optional<List<BoostListExtractResponse.Item>>items()final Optional<BoostListExtractResponse.Source>source()final Optional<List<String>>sourceIds()final JsonField<List<BoostListExtractResponse.Item>>_items()Returns the raw JSON value of items. final JsonField<BoostListExtractResponse.Source>_source()Returns the raw JSON value of source. final JsonField<List<String>>_sourceIds()Returns the raw JSON value of sourceIds. final Map<String, JsonValue>_additionalProperties()final BoostListExtractResponse.BuildertoBuilder()final BoostListExtractResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BoostListExtractResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BoostListExtractResponse. -
-
Method Detail
-
items
final Optional<List<BoostListExtractResponse.Item>> items()
-
source
final Optional<BoostListExtractResponse.Source> source()
-
_items
final JsonField<List<BoostListExtractResponse.Item>> _items()
Returns the raw JSON value of items.
Unlike items, this method doesn't throw if the JSON field has an unexpected type.
-
_source
final JsonField<BoostListExtractResponse.Source> _source()
Returns the raw JSON value of source.
Unlike source, this method doesn't throw if the JSON field has an unexpected type.
-
_sourceIds
final JsonField<List<String>> _sourceIds()
Returns the raw JSON value of sourceIds.
Unlike sourceIds, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BoostListExtractResponse.Builder toBuilder()
-
validate
final BoostListExtractResponse validate()
-
builder
final static BoostListExtractResponse.Builder builder()
Returns a mutable builder for constructing an instance of BoostListExtractResponse.
-
-
-
-