Class BoostListExtractResponse.Builder
-
- All Implemented Interfaces:
public final class BoostListExtractResponse.BuilderA builder for BoostListExtractResponse.
-
-
Method Summary
-
-
Method Detail
-
items
final BoostListExtractResponse.Builder items(List<BoostListExtractResponse.Item> items)
-
items
final BoostListExtractResponse.Builder items(JsonField<List<BoostListExtractResponse.Item>> items)
Sets Builder.items to an arbitrary JSON value.
You should usually call Builder.items with a well-typed
List<Item>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addItem
final BoostListExtractResponse.Builder addItem(BoostListExtractResponse.Item item)
-
source
final BoostListExtractResponse.Builder source(BoostListExtractResponse.Source source)
-
source
final BoostListExtractResponse.Builder source(JsonField<BoostListExtractResponse.Source> source)
Sets Builder.source to an arbitrary JSON value.
You should usually call Builder.source with a well-typed Source value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
sourceIds
final BoostListExtractResponse.Builder sourceIds(List<String> sourceIds)
-
sourceIds
final BoostListExtractResponse.Builder sourceIds(JsonField<List<String>> sourceIds)
Sets Builder.sourceIds to an arbitrary JSON value.
You should usually call Builder.sourceIds with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addSourceId
final BoostListExtractResponse.Builder addSourceId(String sourceId)
-
additionalProperties
final BoostListExtractResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BoostListExtractResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BoostListExtractResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BoostListExtractResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BoostListExtractResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BoostListExtractResponse build()
Returns an immutable instance of BoostListExtractResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-