Class V1SearchResponse.Result.Tags.Builder
-
- All Implemented Interfaces:
public final class V1SearchResponse.Result.Tags.BuilderA builder for Tags.
-
-
Method Summary
-
-
Method Detail
-
tag1
final V1SearchResponse.Result.Tags.Builder tag1(String tag1)
-
tag1
final V1SearchResponse.Result.Tags.Builder tag1(JsonField<String> tag1)
Sets Builder.tag1 to an arbitrary JSON value.
You should usually call Builder.tag1 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag10
final V1SearchResponse.Result.Tags.Builder tag10(String tag10)
-
tag10
final V1SearchResponse.Result.Tags.Builder tag10(JsonField<String> tag10)
Sets Builder.tag10 to an arbitrary JSON value.
You should usually call Builder.tag10 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag11
final V1SearchResponse.Result.Tags.Builder tag11(String tag11)
-
tag11
final V1SearchResponse.Result.Tags.Builder tag11(JsonField<String> tag11)
Sets Builder.tag11 to an arbitrary JSON value.
You should usually call Builder.tag11 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag12
final V1SearchResponse.Result.Tags.Builder tag12(String tag12)
-
tag12
final V1SearchResponse.Result.Tags.Builder tag12(JsonField<String> tag12)
Sets Builder.tag12 to an arbitrary JSON value.
You should usually call Builder.tag12 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag2
final V1SearchResponse.Result.Tags.Builder tag2(String tag2)
-
tag2
final V1SearchResponse.Result.Tags.Builder tag2(JsonField<String> tag2)
Sets Builder.tag2 to an arbitrary JSON value.
You should usually call Builder.tag2 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag3
final V1SearchResponse.Result.Tags.Builder tag3(String tag3)
-
tag3
final V1SearchResponse.Result.Tags.Builder tag3(JsonField<String> tag3)
Sets Builder.tag3 to an arbitrary JSON value.
You should usually call Builder.tag3 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag4
final V1SearchResponse.Result.Tags.Builder tag4(String tag4)
-
tag4
final V1SearchResponse.Result.Tags.Builder tag4(JsonField<String> tag4)
Sets Builder.tag4 to an arbitrary JSON value.
You should usually call Builder.tag4 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag5
final V1SearchResponse.Result.Tags.Builder tag5(String tag5)
-
tag5
final V1SearchResponse.Result.Tags.Builder tag5(JsonField<String> tag5)
Sets Builder.tag5 to an arbitrary JSON value.
You should usually call Builder.tag5 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag6
final V1SearchResponse.Result.Tags.Builder tag6(String tag6)
-
tag6
final V1SearchResponse.Result.Tags.Builder tag6(JsonField<String> tag6)
Sets Builder.tag6 to an arbitrary JSON value.
You should usually call Builder.tag6 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag7
final V1SearchResponse.Result.Tags.Builder tag7(String tag7)
-
tag7
final V1SearchResponse.Result.Tags.Builder tag7(JsonField<String> tag7)
Sets Builder.tag7 to an arbitrary JSON value.
You should usually call Builder.tag7 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag8
final V1SearchResponse.Result.Tags.Builder tag8(String tag8)
-
tag8
final V1SearchResponse.Result.Tags.Builder tag8(JsonField<String> tag8)
Sets Builder.tag8 to an arbitrary JSON value.
You should usually call Builder.tag8 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tag9
final V1SearchResponse.Result.Tags.Builder tag9(String tag9)
-
tag9
final V1SearchResponse.Result.Tags.Builder tag9(JsonField<String> tag9)
Sets Builder.tag9 to an arbitrary JSON value.
You should usually call Builder.tag9 with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1SearchResponse.Result.Tags.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1SearchResponse.Result.Tags.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1SearchResponse.Result.Tags.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1SearchResponse.Result.Tags.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1SearchResponse.Result.Tags.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1SearchResponse.Result.Tags build()
Returns an immutable instance of Tags.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-