Class V1SimilarResponse.Builder
-
- All Implemented Interfaces:
public final class V1SimilarResponse.BuilderA builder for V1SimilarResponse.
-
-
Method Summary
-
-
Method Detail
-
found
final V1SimilarResponse.Builder found(Long found)
Number of similar sources found
-
found
final V1SimilarResponse.Builder found(JsonField<Long> found)
Sets Builder.found to an arbitrary JSON value.
You should usually call Builder.found with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
hint
final V1SimilarResponse.Builder hint(String hint)
Usage guidance
-
hint
final V1SimilarResponse.Builder hint(JsonField<String> hint)
Sets Builder.hint to an arbitrary JSON value.
You should usually call Builder.hint with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
jurisdiction
final V1SimilarResponse.Builder jurisdiction(String jurisdiction)
Jurisdiction filter applied
-
jurisdiction
final V1SimilarResponse.Builder jurisdiction(JsonField<String> jurisdiction)
Sets Builder.jurisdiction to an arbitrary JSON value.
You should usually call Builder.jurisdiction with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
similarSources
final V1SimilarResponse.Builder similarSources(List<V1SimilarResponse.SimilarSource> similarSources)
-
similarSources
final V1SimilarResponse.Builder similarSources(JsonField<List<V1SimilarResponse.SimilarSource>> similarSources)
Sets Builder.similarSources to an arbitrary JSON value.
You should usually call Builder.similarSources with a well-typed
List<SimilarSource>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addSimilarSource
final V1SimilarResponse.Builder addSimilarSource(V1SimilarResponse.SimilarSource similarSource)
Adds a single SimilarSource to similarSources.
-
sourceUrl
final V1SimilarResponse.Builder sourceUrl(String sourceUrl)
Original source URL
-
sourceUrl
final V1SimilarResponse.Builder sourceUrl(JsonField<String> sourceUrl)
Sets Builder.sourceUrl to an arbitrary JSON value.
You should usually call Builder.sourceUrl 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 V1SimilarResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1SimilarResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1SimilarResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1SimilarResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1SimilarResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1SimilarResponse build()
Returns an immutable instance of V1SimilarResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-