Class V1VerifyResponse.Summary.Builder
-
- All Implemented Interfaces:
public final class V1VerifyResponse.Summary.BuilderA builder for Summary.
-
-
Method Summary
-
-
Method Detail
-
multipleMatches
final V1VerifyResponse.Summary.Builder multipleMatches(Long multipleMatches)
Citations with multiple possible matches
-
multipleMatches
final V1VerifyResponse.Summary.Builder multipleMatches(JsonField<Long> multipleMatches)
Sets Builder.multipleMatches to an arbitrary JSON value.
You should usually call Builder.multipleMatches with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
notFound
final V1VerifyResponse.Summary.Builder notFound(Long notFound)
Citations not found in database
-
notFound
final V1VerifyResponse.Summary.Builder notFound(JsonField<Long> notFound)
Sets Builder.notFound to an arbitrary JSON value.
You should usually call Builder.notFound with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
total
final V1VerifyResponse.Summary.Builder total(Long total)
Total citations found
-
total
final V1VerifyResponse.Summary.Builder total(JsonField<Long> total)
Sets Builder.total to an arbitrary JSON value.
You should usually call Builder.total with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
verified
final V1VerifyResponse.Summary.Builder verified(Long verified)
Citations verified against real cases
-
verified
final V1VerifyResponse.Summary.Builder verified(JsonField<Long> verified)
Sets Builder.verified to an arbitrary JSON value.
You should usually call Builder.verified with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1VerifyResponse.Summary.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1VerifyResponse.Summary.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1VerifyResponse.Summary.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1VerifyResponse.Summary.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1VerifyResponse.Summary.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1VerifyResponse.Summary build()
Returns an immutable instance of Summary.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-